-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: improve doc/markdown file organization coherence #31771
Closed
Closed
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
19fbcc1
doc: merge CODE_OF_CONDUCT.md and coc.md
DavenportEmma 82404d7
doc: change underscore to hyphen in file name
DavenportEmma 7c306dc
doc: move guide file to doc/guides
DavenportEmma 63535cd
doc: update guide name
DavenportEmma fd5de31
doc: move guides to appropriate directory
DavenportEmma 0e71d06
doc: move files from doc/ to doc/guides
DavenportEmma aa9de2a
doc: rename and move STYLE_GUIDE.md
DavenportEmma 36b7c22
update broken links in CODE_OF_CONDUCT.md
DavenportEmma 09b6894
doc: update foundation name in onboarding
tniessen 5e41765
doc: expand C++ README with information about exception handling
addaleax e5e011d
doc: add directions to mark a release line as lts
d565041
test: improve test-fs-stat-bigint
Trott 9da57a8
test: fix flaky parallel/test-repl-history-navigation test
BridgeAR bc55b57
lib: fix few comment typos in fs/watchers.js
lundibundi b9a7625
stream: removed outdated TODO
ronag 26cb448
doc: fix default server timeout description for https
puzpuzpuz 9179141
doc: update contact email for @ryzokuken
ryzokuken 94eb0f9
doc: fix typo on fs docs
juanarbol 611a158
worker: add support for .cjs extension
aduh95 9e805b1
doc: add prerequisites information for Arch
ryzokuken d0ed431
benchmark: swap var for let in benchmarks
RamirezAlex 4bf888d
benchmark: use let instead of var
dnlup 9cbf6af
crypto: fix performance regression
ronag 13c05cd
doc: add glossary.md
gengjiawen 9a1c19b
test: mark test-fs-stat-bigint flaky on FreeBSD
Trott 0875837
stream: fix async iterator destroyed error order
ronag ad79237
doc: merge CODE_OF_CONDUCT.md and coc.md
DavenportEmma e1bd95d
doc: change underscore to hyphen in file name
DavenportEmma 07bc3ee
doc: move guide file to doc/guides
DavenportEmma 12354ee
doc: update guide name
DavenportEmma 695f089
doc: move guides to appropriate directory
DavenportEmma ee9573c
doc: move files from doc/ to doc/guides
DavenportEmma 64397e2
doc: rename and move STYLE_GUIDE.md
DavenportEmma d50459f
update broken links in CODE_OF_CONDUCT.md
DavenportEmma 6d9b3d8
Revert "doc: merge CODE_OF_CONDUCT.md and coc.md"
DavenportEmma 1c6cf86
Merge branch 'issue31741' of github.com:ConorDavenport/node into issu…
DavenportEmma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,44 @@ | ||
# Code of Conduct | ||
|
||
* [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md) | ||
The Node.js project has a Code of Conduct that *all* contributors are | ||
expected to follow. This code describes the *minimum* behavior expectations | ||
for all contributors. | ||
|
||
As a contributor to Node.js, how you choose to act and interact towards your | ||
fellow contributors, as well as to the community, will reflect back not only | ||
on yourself but on the project as a whole. The Code of Conduct is designed and | ||
intended, above all else, to help establish a culture within the project that | ||
allows anyone and everyone who wants to contribute to feel safe doing so. | ||
|
||
Should any individual act in any way that is considered in violation of the | ||
Code of Conduct, corrective actions will be taken. It is possible, however, | ||
for any individual to *act* in such a manner that is not in violation of the | ||
strict letter of the Code of Conduct guidelines while still going completely | ||
against the spirit of what that Code is intended to accomplish. | ||
|
||
Open, diverse, and inclusive communities live and die on the basis of trust. | ||
Contributors can disagree with one another so long as they trust that those | ||
disagreements are in good faith and everyone is working towards a common goal. | ||
|
||
## Bad actors | ||
|
||
All contributors to Node.js tacitly agree to abide by both the letter and | ||
spirit of the Code of Conduct. Failure, or unwillingness, to do so will | ||
result in contributions being respectfully declined. | ||
|
||
A *bad actor* is someone who repeatedly violates the *spirit* of the Code of | ||
Conduct through consistent failure to self-regulate the way in which they | ||
interact with other contributors in the project. In doing so, bad actors | ||
alienate other contributors, discourage collaboration, and generally reflect | ||
poorly on the project as a whole. | ||
|
||
Being a bad actor may be intentional or unintentional. Typically, unintentional | ||
bad behavior can be easily corrected by being quick to apologize and correct | ||
course *even if you are not entirely convinced you need to*. Giving other | ||
contributors the benefit of the doubt and having a sincere willingness to admit | ||
that you *might* be wrong is critical for any successful open collaboration. | ||
|
||
Don't be a bad actor. | ||
|
||
* [Node.js Contributor Covenant Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md) | ||
* [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/master/Moderation-Policy.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@conordavenport this one should be left as is, with the link over to the nodejs/admin repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh right, thanks for pointing that out