Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Contributor guidelines - CSSLint
# Contributor guidelines - CSS Lint

* Check out the [Contributing wiki](https://github.com/CSSLint/csslint/wiki/Contributing) and [Developer Guidelines](https://github.com/CSSLint/csslint/wiki/Developer-Guide) first

* To add properties that CSSLint recognizes, submit a patch to [CSSLint/parser-lib](https://github.com/CSSLint/parser-lib)
* To add properties that CSS Lint recognizes, submit a patch to [CSSLint/parser-lib](https://github.com/CSSLint/parser-lib)

# Contributor License Agreement

A CLA is a document that specifies how a project is allowed to use your code. We've put a lot of work into creating a CLA that is simple, effective, and as clear as possible so that it doesn't disrupt contributions to CSS Lint.

When you make a contribution to the CSS Lint project, you agree:

* The code you wrote is your original work (you own the copyright) or you otherwise have the right to submit the work.
* To grant the CSS Lint project a nonexclusive, irrevocable license to use your submitted code in any way.
* You are capable of granting these rights for the contribution.

By submitting a fix to CSS Lint you agree to the above statements.