Skip to content

Commit 7a0bf14

Browse files
committed
Merge pull request #3 from nodejs/adds-contributing
Adds CONTRIBUTING.md (from iojs.org repo)
2 parents 90443bb + db1afb8 commit 7a0bf14

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CONTRIBUTING.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
## Developer's Certificate of Origin 1.0
2+
3+
By making a contribution to this project, I certify that:
4+
5+
* (a) The contribution was created in whole or in part by me and I
6+
have the right to submit it under the open source license indicated
7+
in the file; or
8+
* (b) The contribution is based upon previous work that, to the best
9+
of my knowledge, is covered under an appropriate open source license
10+
and I have the right under that license to submit that work with
11+
modifications, whether created in whole or in part by me, under the
12+
same open source license (unless I am permitted to submit under a
13+
different license), as indicated in the file; or
14+
* (c) The contribution was provided directly to me by some other
15+
person who certified (a), (b) or (c) and I have not modified it.
16+
17+
18+
## Code of Conduct
19+
20+
This Code of Conduct is adapted from [Rust's wonderful
21+
CoC](https://github.com/rust-lang/rust/wiki/Note-development-policy#conduct).
22+
23+
* We are committed to providing a friendly, safe and welcoming
24+
environment for all, regardless of gender, sexual orientation,
25+
disability, ethnicity, religion, or similar personal characteristic.
26+
* Please avoid using overtly sexual nicknames or other nicknames that
27+
might detract from a friendly, safe and welcoming environment for
28+
all.
29+
* Please be kind and courteous. There's no need to be mean or rude.
30+
* Respect that people have differences of opinion and that every
31+
design or implementation choice carries a trade-off and numerous
32+
costs. There is seldom a right answer.
33+
* Please keep unstructured critique to a minimum. If you have solid
34+
ideas you want to experiment with, make a fork and see how it works.
35+
* We will exclude you from interaction if you insult, demean or harass
36+
anyone. That is not welcome behaviour. We interpret the term
37+
"harassment" as including the definition in the [Citizen Code of
38+
Conduct](http://citizencodeofconduct.org/); if you have any lack of
39+
clarity about what might be included in that concept, please read
40+
their definition. In particular, we don't tolerate behavior that
41+
excludes people in socially marginalized groups.
42+
* Private harassment is also unacceptable. No matter who you are, if
43+
you feel you have been or are being harassed or made uncomfortable
44+
by a community member, please contact one of the channel ops or any
45+
of the TC members immediately with a capture (log, photo, email) of
46+
the harassment if possible. Whether you're a regular contributor or
47+
a newcomer, we care about making this community a safe place for you
48+
and we've got your back.
49+
* Likewise any spamming, trolling, flaming, baiting or other
50+
attention-stealing behaviour is not welcome.
51+
* Avoid the use of personal pronouns in code comments or
52+
documentation. There is no need to address persons when explaining
53+
code (e.g. "When the developer")

0 commit comments

Comments
 (0)