Skip to content

Commit 4949af1

Browse files
authored
doc: add boilerplate files to repo (#213)
* doc: add boilerplate files to repo Signed-off-by: Michael Dawson <[email protected]>
1 parent 013797c commit 4949af1

File tree

4 files changed

+75
-0
lines changed

4 files changed

+75
-0
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Before submitting a pull request, please read
3+
https://github.com/nodejs/node-addon-examples/blob/main/CONTRIBUTING.md.
4+
5+
Developer's Certificate of Origin 1.1
6+
7+
By making a contribution to this project, I certify that:
8+
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+
13+
(b) The contribution is based upon previous work that, to the best
14+
of my knowledge, is covered under an appropriate open source
15+
license and I have the right under that license to submit that
16+
work with modifications, whether created in whole or in part
17+
by me, under the same open source license (unless I am
18+
permitted to submit under a different license), as indicated
19+
in the file; or
20+
21+
(c) The contribution was provided directly to me by some other
22+
person who certified (a), (b) or (c) and I have not modified
23+
it.
24+
25+
(d) I understand and agree that this project and the contribution
26+
are public and that a record of the contribution (including all
27+
personal information I submit with it, including my sign-off) is
28+
maintained indefinitely and may be redistributed consistent with
29+
this project or the open source license(s) involved.
30+
-->

Diff for: CODE_OF_CONDUCT.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Code of Conduct
2+
3+
The Node.js Code of Conduct, which applies to this project, can be found at
4+
https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md.

Diff for: CONTRIBUTING.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# Developer's Certificate of Origin 1.1
3+
4+
By making a contribution to this project, I certify that:
5+
6+
(a) The contribution was created in whole or in part by me and I
7+
have the right to submit it under the open-source license
8+
indicated in the file; or
9+
10+
(b) The contribution is based upon previous work that, to the best
11+
of my knowledge, is covered under an appropriate open source
12+
license and I have the right under that license to submit that
13+
work with modifications, whether created in whole or in part
14+
by me, under the same open-source license (unless I am
15+
permitted to submit under a different license), as indicated
16+
in the file; or
17+
18+
(c) The contribution was provided directly to me by some other
19+
person who certified (a), (b), or (c) and I have not modified
20+
it.
21+
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.
27+
28+

Diff for: LICENSE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The MIT License (MIT)
2+
=====================
3+
4+
Copyright (c) 2017 Node.js node-addon-examples collaborators
5+
-----------------------------------
6+
7+
*Node.js node-addon-examples collaborators listed at <https://github.com/nodejs/node-addon-examples/graphs/contributors>*
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)