• 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/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/contributing/code-of-conduct.md).
15
16## [Issues](./doc/contributing/issues.md)
17
18* [Asking for General Help](./doc/contributing/issues.md#asking-for-general-help)
19* [Discussing non-technical topics](./doc/contributing/issues.md#discussing-non-technical-topics)
20* [Submitting a Bug Report](./doc/contributing/issues.md#submitting-a-bug-report)
21* [Triaging a Bug Report](./doc/contributing/issues.md#triaging-a-bug-report)
22
23## [Pull Requests](./doc/contributing/pull-requests.md)
24
25* [Dependencies](./doc/contributing/pull-requests.md#dependencies)
26* [Setting up your local environment](./doc/contributing/pull-requests.md#setting-up-your-local-environment)
27* [The Process of Making Changes](./doc/contributing/pull-requests.md#the-process-of-making-changes)
28* [Reviewing Pull Requests](./doc/contributing/pull-requests.md#reviewing-pull-requests)
29* [Notes](./doc/contributing/pull-requests.md#notes)
30
31<a id="developers-certificate-of-origin"></a>
32
33## Developer's Certificate of Origin 1.1
34
35<pre>
36By making a contribution to this project, I certify that:
37
38 (a) The contribution was created in whole or in part by me and I
39     have the right to submit it under the open source license
40     indicated in the file; or
41
42 (b) The contribution is based upon previous work that, to the best
43     of my knowledge, is covered under an appropriate open source
44     license and I have the right under that license to submit that
45     work with modifications, whether created in whole or in part
46     by me, under the same open source license (unless I am
47     permitted to submit under a different license), as indicated
48     in the file; or
49
50 (c) The contribution was provided directly to me by some other
51     person who certified (a), (b) or (c) and I have not modified
52     it.
53
54 (d) I understand and agree that this project and the contribution
55     are public and that a record of the contribution (including all
56     personal information I submit with it, including my sign-off) is
57     maintained indefinitely and may be redistributed consistent with
58     this project or the open source license(s) involved.
59</pre>
60