Skip to content

Commit 022623f

Browse files
ovflowdmikeesto
andauthored
chore(governance): remove duplicated data (#5215)
Co-authored-by: Michael Esteban <[email protected]>
1 parent 48e41c6 commit 022623f

File tree

2 files changed

+4
-65
lines changed

2 files changed

+4
-65
lines changed

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Code of Conduct
2+
3+
- [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md)
4+
- [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md)

COLLABORATOR_GUIDE.md

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
- [Issues and Pull Requests](#issues-and-pull-requests)
44
- [Accepting Modifications](#accepting-modifications)
55
- [Involving the Website Team](#involving-the-website-team)
6-
- [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11)
7-
- [Code of Conduct](#code-of-conduct)
86
- [Code editing](#code-editing)
97
- [Adding new pages](#adding-new-pages)
108
- [Create the page content](#create-the-page-content)
@@ -87,69 +85,6 @@ where a pull request:
8785

8886
The Website group should serve as the final arbiter where required.
8987

90-
## Developer's Certificate of Origin 1.1
91-
92-
By making a contribution to this project, I certify that:
93-
94-
- (a) The contribution was created in whole or in part by me and I
95-
have the right to submit it under the open source license
96-
indicated in the file; or
97-
98-
- (b) The contribution is based upon previous work that, to the best
99-
of my knowledge, is covered under an appropriate open source
100-
license and I have the right under that license to submit that
101-
work with modifications, whether created in whole or in part
102-
by me, under the same open source license (unless I am
103-
permitted to submit under a different license), as indicated
104-
in the file; or
105-
106-
- (c) The contribution was provided directly to me by some other
107-
person who certified (a), (b) or (c) and I have not modified
108-
it.
109-
110-
- (d) I understand and agree that this project and the contribution
111-
are public and that a record of the contribution (including all
112-
personal information I submit with it, including my sign-off) is
113-
maintained indefinitely and may be redistributed consistent with
114-
this project or the open source license(s) involved.
115-
116-
## Code of Conduct
117-
118-
This Code of Conduct is adapted from [Rust's wonderful
119-
CoC](https://github.com/rust-lang/rust/wiki/Note-development-policy#conduct).
120-
121-
- We are committed to providing a friendly, safe and welcoming
122-
environment for all, regardless of gender, sexual orientation,
123-
disability, ethnicity, religion, or similar personal characteristic.
124-
- Please avoid using overtly sexual nicknames or other nicknames that
125-
might detract from a friendly, safe and welcoming environment for
126-
all.
127-
- Please be kind and courteous. There's no need to be mean or rude.
128-
- Respect that people have differences of opinion and that every
129-
design or implementation choice carries a trade-off and numerous
130-
costs. There is seldom a right answer.
131-
- Please keep unstructured critique to a minimum. If you have solid
132-
ideas you want to experiment with, make a fork and see how it works.
133-
- We will exclude you from interaction if you insult, demean or harass
134-
anyone. That is not welcome behavior. We interpret the term
135-
"harassment" as including the definition in the [Citizen Code of
136-
Conduct](http://citizencodeofconduct.org/); if you have any lack of
137-
clarity about what might be included in that concept, please read
138-
their definition. In particular, we don't tolerate behavior that
139-
excludes people in socially marginalized groups.
140-
- Private harassment is also unacceptable. No matter who you are, if
141-
you feel you have been or are being harassed or made uncomfortable
142-
by a community member, please contact one of the channel ops or any
143-
of the TC members immediately with a capture (log, photo, email) of
144-
the harassment if possible. Whether you're a regular contributor or
145-
a newcomer, we care about making this community a safe place for you
146-
and we've got your back.
147-
- Likewise any spamming, trolling, flaming, baiting or other
148-
attention-stealing behavior is not welcome.
149-
- Avoid the use of personal pronouns in code comments or
150-
documentation. There is no need to address persons when explaining
151-
code (e.g. "When the developer")
152-
15388
## Code editing
15489

15590
### Adding new pages

0 commit comments

Comments
 (0)