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