Skip to content

Commit 3904811

Browse files
jmtdgoldmann
authored andcommitted
Update GitHub PR template and/or CONTRIBUTING.md
This adds or updates the Github PR template or CONTRIBUTING.md files for this repository to reflect the current versions in the master repository: https://github.com/jboss-container-images/github-pr-template This Pull Request was auto generated by the scripts from the above repository.
1 parent 8149763 commit 3904811

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Please make sure your PR meets following requirements:
77
- [ ] Pull Request contains description of the issue
88
- [ ] Pull request does not include fixes for other issues than the main ticket
99
- [ ] Attached commits represent unit of work and are properly formatted
10+
- [ ] You have read and agreed to the Developer Certificate of Origin (DCO) (see `CONTRIBUTING.md`)
1011
- [ ] Every commit contains `Signed-off-by: Your Name <[email protected]>` - use `git commit -s`

CONTRIBUTING.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
This project requires the Developer Certificate of Origin (DCO) process to be
2+
followed. The DCO is an attestation attached to every contribution made by every
3+
developer, signifying that the developer licenses their contribution under the
4+
open source license governing the file(s) being modified. In the commit message
5+
of the contribution, simply add a Signed-off-by statement, which signifies
6+
agreement to the text at http://developercertificate.org, reproduced below:
7+
8+
Developer Certificate of Origin
9+
Version 1.1
10+
11+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
12+
1 Letterman Drive
13+
Suite D4700
14+
San Francisco, CA, 94129
15+
16+
Everyone is permitted to copy and distribute verbatim copies of this
17+
license document, but changing it is not allowed.
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+
45+
The DCO requires a signoff message in the following format to appear on each
46+
commit:
47+
48+
Signed-off-by: Your Name <[email protected]>
49+
50+
If you set your user.name and user.email git configs, you can sign your commit
51+
automatically with git commit -s.

0 commit comments

Comments
 (0)