| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,21 @@ | |||
| 1 | 1 | # Contributing to Node.js | |
| 2 | 2 | ||
| 3 | + Contributions to Node.js include code, documentation, answering user questions, | ||
| 4 | + running the project's infrastructure, and advocating for all types of Node.js | ||
| 5 | + users. | ||
| 6 | + | ||
| 7 | + The Node.js project welcomes all contributions from anyone willing to work in | ||
| 8 | + good faith with other contributors and the community. No contribution is too | ||
| 9 | + small and all contributions are valued. | ||
| 10 | + | ||
| 11 | + The Node.js project has an open governance model. | ||
| 12 | + Individuals making significant and valuable contributions are made | ||
| 13 | + Collaborators and given commit-access to the project. See the | ||
| 14 | + [GOVERNANCE.md](./GOVERNANCE.md) document for more information about how this | ||
| 15 | + works. | ||
| 16 | + | ||
| 17 | + ## Contents | ||
| 18 | + | ||
| 3 | 19 | * [Code of Conduct](#code-of-conduct) | |
| 4 | 20 | * [Issues](#issues) | |
| 5 | 21 | * [Pull Requests](#pull-requests) | |
@@ -22,6 +38,9 @@ See [details on our policy on Code of Conduct](./doc/contributing/code-of-conduc | |||
| 22 | 38 | ||
| 23 | 39 | ## [Pull Requests](./doc/contributing/pull-requests.md) | |
| 24 | 40 | ||
| 41 | + Pull Requests are the way concrete changes are made to the code, documentation, | ||
| 42 | + dependencies, and tools contained in the `nodejs/node` repository. | ||
| 43 | + | ||
| 25 | 44 | * [Dependencies](./doc/contributing/pull-requests.md#dependencies) | |
| 26 | 45 | * [Setting up your local environment](./doc/contributing/pull-requests.md#setting-up-your-local-environment) | |
| 27 | 46 | * [The Process of Making Changes](./doc/contributing/pull-requests.md#the-process-of-making-changes) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,9 @@ | |||
| 8 | 8 | * [Technical steering committee](#technical-steering-committee) | |
| 9 | 9 | * [TSC meetings](#tsc-meetings) | |
| 10 | 10 | * [Collaborator nominations](#collaborator-nominations) | |
| 11 | + * [Who can nominate Collaborators?](#who-can-nominate-collaborators) | ||
| 12 | + * [Ideal Nominees](#ideal-nominees) | ||
| 13 | + * [Nominating a new Collaborator](#nominating-a-new-collaborator) | ||
| 11 | 14 | * [Onboarding](#onboarding) | |
| 12 | 15 | * [Consensus seeking process](#consensus-seeking-process) | |
| 13 | 16 | ||
@@ -124,11 +127,26 @@ the issue tracker is: | |||
| 124 | 127 | ||
| 125 | 128 | ## Collaborator nominations | |
| 126 | 129 | ||
| 127 | - Existing collaborators can nominate someone to become a collaborator. Nominees | ||
| 128 | - should have significant and valuable contributions across the Node.js | ||
| 130 | + ### Who can nominate Collaborators? | ||
| 131 | + | ||
| 132 | + Existing Collaborators can nominate someone to become a Collaborator. | ||
| 133 | + | ||
| 134 | + ### Ideal Nominees | ||
| 135 | + | ||
| 136 | + Nominees should have significant and valuable contributions across the Node.js | ||
| 129 | 137 | organization. | |
| 130 | 138 | ||
| 131 | - To nominate a new collaborator, open an issue in the [nodejs/node][] repository. | ||
| 139 | + Contributions can be: | ||
| 140 | + | ||
| 141 | + * Opening pull requests. | ||
| 142 | + * Comments and reviews. | ||
| 143 | + * Opening new issues. | ||
| 144 | + * Participation in other projects, teams, and working groups of the Node.js | ||
| 145 | + organization. | ||
| 146 | + | ||
| 147 | + ### Nominating a new Collaborator | ||
| 148 | + | ||
| 149 | + To nominate a new Collaborator, open an issue in the [nodejs/node][] repository. | ||
| 132 | 150 | Provide a summary of the nominee's contributions. For example: | |
| 133 | 151 | ||
| 134 | 152 | * Commits in the [nodejs/node][] repository. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments