No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

CONTRIBUTING.md 1.3 KiB

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