Skip to content

Commit 6ce629b

Browse files
authored
src: add pull request template (#967)
1 parent 9812666 commit 6ce629b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
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-api/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+
-->

0 commit comments

Comments
 (0)