Skip to content

Commit f5ccb32

Browse files
chore: add contributing guideline
1 parent 36277fd commit f5ccb32

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CONTRIBUTING.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributing to NodeSecure
2+
3+
Contributions to NodeSecure include code, documentation, answering user questions and
4+
running the project's infrastructure
5+
6+
The NodeSecure project welcomes all contributions from anyone willing to work in
7+
good faith with other contributors and the community. No contribution is too
8+
small and all contributions are valued.
9+
10+
This guide explains the process for contributing to the NodeSecure project's.
11+
12+
## [Code of Conduct](https://github.com/NodeSecure/Governance/blob/main/CODE_OF_CONDUCT.md)
13+
14+
The NodeSecure project has a
15+
[Code of Conduct](https://github.com/NodeSecure/Governance/blob/main/CODE_OF_CONDUCT.md)
16+
that *all* contributors are expected to follow. This code describes the
17+
*minimum* behavior expectations for all contributors.
18+
19+
See [details on our policy on Code of Conduct](https://github.com/NodeSecure/Governance/blob/main/COC_POLICY.md).
20+
21+
<a id="developers-certificate-of-origin"></a>
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.

0 commit comments

Comments
 (0)