11# Contributing to Node.js
22
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- This guide explains the process for contributing to the Node.js project's core
12- ` nodejs/node ` GitHub Repository and describes what to expect at each step.
13-
14- ## Contents
15-
163* [ Code of Conduct] ( #code-of-conduct )
174* [ Issues] ( #issues )
185* [ Pull Requests] ( #pull-requests )
@@ -22,16 +9,12 @@ This guide explains the process for contributing to the Node.js project's core
229
2310The Node.js project has a
2411[ Code of Conduct] ( https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md )
25- that * all* contributors are expected to follow. This code describes the
26- * minimum* behavior expectations for all contributors.
12+ to which all contributors must adhere.
2713
2814See [ details on our policy on Code of Conduct] ( ./doc/guides/contributing/coc.md ) .
2915
3016## [ Issues] ( ./doc/guides/contributing/issues.md )
3117
32- Issues in ` nodejs/node ` are the primary means by which bug reports and
33- general discussions are made.
34-
3518* [ How to Contribute in Issues] ( ./doc/guides/contributing/issues.md#how-to-contribute-in-issues )
3619* [ Asking for General Help] ( ./doc/guides/contributing/issues.md#asking-for-general-help )
3720* [ Discussing non-technical topics] ( ./doc/guides/contributing/issues.md#discussing-non-technical-topics )
@@ -41,14 +24,11 @@ general discussions are made.
4124
4225## [ Pull Requests] ( ./doc/guides/contributing/pull-requests.md )
4326
44- Pull Requests are the way concrete changes are made to the code, documentation,
45- dependencies, and tools contained in the ` nodejs/node ` repository.
46-
4727* [ Dependencies] ( ./doc/guides/contributing/pull-requests.md#dependencies )
4828* [ Setting up your local environment] ( ./doc/guides/contributing/pull-requests.md#setting-up-your-local-environment )
4929* [ The Process of Making Changes] ( ./doc/guides/contributing/pull-requests.md#the-process-of-making-changes )
5030* [ Reviewing Pull Requests] ( ./doc/guides/contributing/pull-requests.md#reviewing-pull-requests )
51- * [ Additional Notes] ( ./doc/guides/contributing/pull-requests.md#additional- notes )
31+ * [ Notes] ( ./doc/guides/contributing/pull-requests.md#notes )
5232
5333<a id =" developers-certificate-of-origin " ></a >
5434## Developer's Certificate of Origin 1.1
0 commit comments