Skip to content

Commit f9303cc

Browse files
committed
Contributor code of conduct
1 parent f69cf12 commit f9303cc

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CONTRIBUTING.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Contributor guidelines - CSSLint
22

3+
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
4+
5+
# Contributor Code of Conduct
6+
7+
As contributors and maintainers of this project, and in the interest of
8+
fostering an open and welcoming community, we pledge to respect all people who
9+
contribute through reporting issues, posting feature requests, updating
10+
documentation, submitting pull requests or patches, and other activities.
11+
12+
We are committed to making participation in this project a harassment-free
13+
experience for everyone, regardless of level of experience, gender, gender
14+
identity and expression, sexual orientation, disability, personal appearance,
15+
body size, race, ethnicity, age, religion, or nationality.
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery
20+
* Personal attacks
21+
* Trolling or insulting/derogatory comments
22+
* Public or private harassment
23+
* Publishing other's private information, such as physical or electronic
24+
addresses, without explicit permission
25+
* Other unethical or unprofessional conduct
26+
27+
Project maintainers have the right and responsibility to remove, edit, or
28+
reject comments, commits, code, wiki edits, issues, and other contributions
29+
that are not aligned to this Code of Conduct, or to ban temporarily or
30+
permanently any contributor for other behaviors that they deem inappropriate,
31+
threatening, offensive, or harmful.
32+
33+
By adopting this Code of Conduct, project maintainers commit themselves to
34+
fairly and consistently applying these principles to every aspect of managing
35+
this project. Project maintainers who do not follow or enforce the Code of
36+
Conduct may be permanently removed from the project team.
37+
38+
This Code of Conduct applies both within project spaces and in public spaces
39+
when an individual is representing the project or its community.
40+
41+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
42+
reported by contacting a project maintainer at [INSERT EMAIL ADDRESS]. All
43+
complaints will be reviewed and investigated and will result in a response that
44+
is deemed necessary and appropriate to the circumstances. Maintainers are
45+
obligated to maintain confidentiality with regard to the reporter of an
46+
incident.
47+
48+
49+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
50+
version 1.3.0, available at
51+
[http://contributor-covenant.org/version/1/3/0/][version]
52+
53+
[homepage]: http://contributor-covenant.org
54+
[version]: http://contributor-covenant.org/version/1/3/0/
55+
56+
# Contributing technically
57+
358
* Check out the [Contributing wiki](https://github.com/CSSLint/csslint/wiki/Contributing) and [Developer Guidelines](https://github.com/CSSLint/csslint/wiki/Developer-Guide) first
459

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

0 commit comments

Comments
 (0)