Skip to content

Commit ef76c7d

Browse files
MylesBorinsBridgeAR
authored andcommittedSep 4, 2019
doc: add dco to github pr template
Our project relies on the Developer Certificate of Origin as a passive alternative to a Contributor License Agreement. The PR template seems like a great place to surface the text to help new contributors be aware of the DCO and it's implications. PR-URL: #24023 Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 6e585fb commit ef76c7d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+28
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,31 @@ Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
1414
- [ ] tests and/or benchmarks are included
1515
- [ ] documentation is changed or added
1616
- [ ] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines)
17+
18+
<!--
19+
Developer's Certificate of Origin 1.1
20+
21+
By making a contribution to this project, I certify that:
22+
23+
(a) The contribution was created in whole or in part by me and I
24+
have the right to submit it under the open source license
25+
indicated in the file; or
26+
27+
(b) The contribution is based upon previous work that, to the best
28+
of my knowledge, is covered under an appropriate open source
29+
license and I have the right under that license to submit that
30+
work with modifications, whether created in whole or in part
31+
by me, under the same open source license (unless I am
32+
permitted to submit under a different license), as indicated
33+
in the file; or
34+
35+
(c) The contribution was provided directly to me by some other
36+
person who certified (a), (b) or (c) and I have not modified
37+
it.
38+
39+
(d) I understand and agree that this project and the contribution
40+
are public and that a record of the contribution (including all
41+
personal information I submit with it, including my sign-off) is
42+
maintained indefinitely and may be redistributed consistent with
43+
this project or the open source license(s) involved.
44+
-->

0 commit comments

Comments
 (0)
Please sign in to comment.