• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Contributing to Node.js
2
3* [Code of Conduct](#code-of-conduct)
4* [Issues](#issues)
5* [Pull Requests](#pull-requests)
6* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin)
7
8## [Code of Conduct](./doc/guides/contributing/code-of-conduct.md)
9
10The Node.js project has a
11[Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md)
12to which all contributors must adhere.
13
14See [details on our policy on Code of Conduct](./doc/guides/contributing/code-of-conduct.md).
15
16## [Issues](./doc/guides/contributing/issues.md)
17
18* [Asking for General Help](./doc/guides/contributing/issues.md#asking-for-general-help)
19* [Discussing non-technical topics](./doc/guides/contributing/issues.md#discussing-non-technical-topics)
20* [Submitting a Bug Report](./doc/guides/contributing/issues.md#submitting-a-bug-report)
21* [Triaging a Bug Report](./doc/guides/contributing/issues.md#triaging-a-bug-report)
22
23## [Pull Requests](./doc/guides/contributing/pull-requests.md)
24
25* [Dependencies](./doc/guides/contributing/pull-requests.md#dependencies)
26* [Setting up your local environment](./doc/guides/contributing/pull-requests.md#setting-up-your-local-environment)
27* [The Process of Making Changes](./doc/guides/contributing/pull-requests.md#the-process-of-making-changes)
28* [Reviewing Pull Requests](./doc/guides/contributing/pull-requests.md#reviewing-pull-requests)
29* [Notes](./doc/guides/contributing/pull-requests.md#notes)
30
31<a id="developers-certificate-of-origin"></a>
32## Developer's Certificate of Origin 1.1
33
34By making a contribution to this project, I certify that:
35
36 (a) The contribution was created in whole or in part by me and I
37     have the right to submit it under the open source license
38     indicated in the file; or
39
40 (b) The contribution is based upon previous work that, to the best
41     of my knowledge, is covered under an appropriate open source
42     license and I have the right under that license to submit that
43     work with modifications, whether created in whole or in part
44     by me, under the same open source license (unless I am
45     permitted to submit under a different license), as indicated
46     in the file; or
47
48 (c) The contribution was provided directly to me by some other
49     person who certified (a), (b) or (c) and I have not modified
50     it.
51
52 (d) I understand and agree that this project and the contribution
53     are public and that a record of the contribution (including all
54     personal information I submit with it, including my sign-off) is
55     maintained indefinitely and may be redistributed consistent with
56     this project or the open source license(s) involved.
57