-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
meta: improve contributors guide #15123
Closed
Closed
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f1ea863
meta: improve contributors guide
jasnell f3cfc25
[Squash] Add table of contents
jasnell b12145b
[Squash] Nits
jasnell ba61d4f
[Squash] Nits
jasnell 94adf37
[Squash] Nits
jasnell 89f13de
[Squash] Nit
jasnell ce08403
[Squash] Nit
jasnell daf0847
[Squash] Pull in specific details of review process, define bad actors
jasnell 7112e6a
[Squash] Further clarification
jasnell 37658eb
[Squash] update ToC
jasnell c30e05b
[Squash] typo
jasnell 4969cee
[Squash] nits
jasnell 384690e
[Squash] nits
jasnell 2fa8193
[Squash] nits
jasnell 122e36f
[Squash] Nits
jasnell 3a76fdf
[Squash] Nits
jasnell 880c2f3
[Squash] Nits
jasnell 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
[Squash] Nits
- Loading branch information
commit b12145ba2ee905f0a92d1ac24e04608d616cfe16
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ good faith both with other contributors and with the community. No contribution | |
is too small and all contributions are valued. | ||
|
||
This guide details the basic steps for getting started contributing to the | ||
Node.js projects core `nodejs/node` GitHub Repository. | ||
Node.js project's core `nodejs/node` GitHub Repository. | ||
|
||
* [Code of Conduct](#code-of-conduct) | ||
* [Issues](#issues) | ||
|
@@ -41,6 +41,7 @@ Node.js projects core `nodejs/node` GitHub Repository. | |
* [Getting Approvals for your Pull Request](#getting-approvals-for-your-pull-request) | ||
* [CI Testing](#ci-testing) | ||
* [Waiting Until the Pull Request Gets Landed](#waiting-until-the-pull-request-gets-landed) | ||
* [Check Out the Collaborator's Guide](#check-out-the-collaborators-guide) | ||
* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11) | ||
|
||
## Code of Conduct | ||
|
@@ -50,18 +51,18 @@ 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 | ||
follow contributors, as well as to the community, will reflect back not only | ||
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 continue 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, | ||
[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 open communities live and die on the basis of trust. | ||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would add an If you do not feel comfortable with these statements, or feel that you will not be able to abide by our CoC,
we respectfully request that you refrain from active participating in the Node.js project
There are many ways where you could still help the Node.js ecosystem, for example create a package,
write a blog, or join a satellite project. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see what you're going for but I think there may be a better approach... lemme stew on it. |
||
|
||
|
@@ -72,7 +73,7 @@ general discussions are made. For any issue, there are fundamentally three | |
ways an individual can contribute: | ||
|
||
1. By opening the issue for discussion: For instance, if you believe that you | ||
have uncovered a bug in Node.js, creating a new issue in the nodejs/node | ||
have uncovered a bug in Node.js, creating a new issue in the `nodejs/node` | ||
issue tracker is the way to report it. | ||
2. By helping to triage the issue: This can be done either by providing | ||
supporting details (a test case that demonstrates a bug), or providing | ||
|
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.
"continue"? Not sure I follow that sentence, but maybe you meant "contribute"?