• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Contributing to node-gyp
2
3## Code of Conduct
4
5Please read the
6[Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md)
7which explains the minimum behavior expectations for node-gyp contributors.
8
9<a id="developers-certificate-of-origin"></a>
10## Developer's Certificate of Origin 1.1
11
12By making a contribution to this project, I certify that:
13
14* (a) The contribution was created in whole or in part by me and I
15  have the right to submit it under the open source license
16  indicated in the file; or
17
18* (b) The contribution is based upon previous work that, to the best
19  of my knowledge, is covered under an appropriate open source
20  license and I have the right under that license to submit that
21  work with modifications, whether created in whole or in part
22  by me, under the same open source license (unless I am
23  permitted to submit under a different license), as indicated
24  in the file; or
25
26* (c) The contribution was provided directly to me by some other
27  person who certified (a), (b) or (c) and I have not modified
28  it.
29
30* (d) I understand and agree that this project and the contribution
31  are public and that a record of the contribution (including all
32  personal information I submit with it, including my sign-off) is
33  maintained indefinitely and may be redistributed consistent with
34  this project or the open source license(s) involved.
35