1- <!-- Generated by generator-nlm -->
2-
31# Contributing
42
53🎉🏅 Thanks for helping us improve this project! 🙏
@@ -9,12 +7,50 @@ If you have any questions or suggestions about the process,
97feel free to [ open an issue] ( #reporting-issues )
108.
119
10+ ## Code of Conduct
11+
12+ The [ Node.js Code of Conduct] [ ] applies to this repo.
13+
14+ [ Node.js Code of Conduct ] : https://github.com/nodejs/node/blob/master/CODE_OF_CONDUCT.md
15+
16+ ## Code Contributions
17+
18+ The nodereport project falls under the governance of the diagnostics
19+ working group which is documented in:
20+ https://github.com/nodejs/diagnostics/
21+
22+ ## Developer's Certificate of Origin 1.1
23+
24+ By making a contribution to this project, I certify that:
25+
26+ * (a) The contribution was created in whole or in part by me and I
27+ have the right to submit it under the open source license
28+ indicated in the file; or
29+
30+ * (b) The contribution is based upon previous work that, to the best
31+ of my knowledge, is covered under an appropriate open source
32+ license and I have the right under that license to submit that
33+ work with modifications, whether created in whole or in part
34+ by me, under the same open source license (unless I am
35+ permitted to submit under a different license), as indicated
36+ in the file; or
37+
38+ * (c) The contribution was provided directly to me by some other
39+ person who certified (a), (b) or (c) and I have not modified
40+ it.
41+
42+ * (d) I understand and agree that this project and the contribution
43+ are public and that a record of the contribution (including all
44+ personal information I submit with it, including my sign-off) is
45+ maintained indefinitely and may be redistributed consistent with
46+ this project or the open source license(s) involved.
47+
1248## How Can I Contribute?
1349
1450### Reporting Issues
1551
1652If you find any mistakes in the docs or a bug in the code,
17- please [ open an issue in Github] ( https://github.com/buggerjs /node-inspect/issues/new ) so we can look into it.
53+ please [ open an issue in Github] ( https://github.com/nodejs /node-inspect/issues/new ) so we can look into it.
1854You can also [ create a PR] ( #contributing-code ) fixing it yourself, or course.
1955
2056If you report a bug, please follow these guidelines:
@@ -52,7 +88,7 @@ The general steps for creating a pull request are:
52881 . If you're fixing a bug, be sure to write a test * first* .
5389 That way you can validate that the test actually catches the bug and doesn't pass.
54901 . Make your changes to the code.
55- Remember to update the tests if you add new features or change behavior.
91+ Remember to update the tests if you add new features or change behavior.
56921 . Run the tests via ` npm test ` . This will also run style checks and other validations.
5793 You might see errors about uncommitted files.
5894 This is expected until you commit your changes.
0 commit comments