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
- 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
-
16
3
* [ Code of Conduct] ( #code-of-conduct )
17
4
* [ Issues] ( #issues )
18
5
* [ Pull Requests] ( #pull-requests )
@@ -22,16 +9,12 @@ This guide explains the process for contributing to the Node.js project's core
22
9
23
10
The Node.js project has a
24
11
[ 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.
27
13
28
14
See [ details on our policy on Code of Conduct] ( ./doc/guides/contributing/coc.md ) .
29
15
30
16
## [ Issues] ( ./doc/guides/contributing/issues.md )
31
17
32
- Issues in ` nodejs/node ` are the primary means by which bug reports and
33
- general discussions are made.
34
-
35
18
* [ How to Contribute in Issues] ( ./doc/guides/contributing/issues.md#how-to-contribute-in-issues )
36
19
* [ Asking for General Help] ( ./doc/guides/contributing/issues.md#asking-for-general-help )
37
20
* [ Discussing non-technical topics] ( ./doc/guides/contributing/issues.md#discussing-non-technical-topics )
@@ -41,14 +24,11 @@ general discussions are made.
41
24
42
25
## [ Pull Requests] ( ./doc/guides/contributing/pull-requests.md )
43
26
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
-
47
27
* [ Dependencies] ( ./doc/guides/contributing/pull-requests.md#dependencies )
48
28
* [ Setting up your local environment] ( ./doc/guides/contributing/pull-requests.md#setting-up-your-local-environment )
49
29
* [ The Process of Making Changes] ( ./doc/guides/contributing/pull-requests.md#the-process-of-making-changes )
50
30
* [ 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 )
52
32
53
33
<a id =" developers-certificate-of-origin " ></a >
54
34
## Developer's Certificate of Origin 1.1
0 commit comments