Skip to content

Commit 6b96150

Browse files
committed
Added Code of Conduct, updated PR template with DCO.
1 parent 1558da3 commit 6b96150

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

.github/pull_request_template.md

+44-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,52 @@
1+
<!-- Add a description of the pull request underneath this line. -->
2+
3+
<!-- If your pull request addresses an existing GitHub issue, replace the XX below with the issue number. -->
4+
5+
Closes #XX
6+
17
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
28

9+
**Checklist**
310
- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`)
411
- [ ] My pull request targets the `master` branch of creativecommons.github.io-source.
512
- [ ] I tried building the site using Lektor locally and verified that there are no build errors.
613

7-
<!-- If your pull request closes a GitHub issue, replace the XXXXX below with the issue number. -->
14+
<!-- Make sure you read and understand the following attestation. -->
15+
16+
Developer Certificate of Origin
17+
Version 1.1
18+
19+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
20+
1 Letterman Drive
21+
Suite D4700
22+
San Francisco, CA, 94129
23+
24+
Everyone is permitted to copy and distribute verbatim copies of this
25+
license document, but changing it is not allowed.
26+
27+
28+
Developer's Certificate of Origin 1.1
29+
30+
By making a contribution to this project, I certify that:
31+
32+
(a) The contribution was created in whole or in part by me and I
33+
have the right to submit it under the open source license
34+
indicated in the file; or
35+
36+
(b) The contribution is based upon previous work that, to the best
37+
of my knowledge, is covered under an appropriate open source
38+
license and I have the right under that license to submit that
39+
work with modifications, whether created in whole or in part
40+
by me, under the same open source license (unless I am
41+
permitted to submit under a different license), as indicated
42+
in the file; or
843

9-
Closes #XXXXX
44+
(c) The contribution was provided directly to me by some other
45+
person who certified (a), (b) or (c) and I have not modified
46+
it.
1047

11-
<!-- You may add your description of the pull request underneath this line. -->
48+
(d) I understand and agree that this project and the contribution
49+
are public and that a record of the contribution (including all
50+
personal information I submit with it, including my sign-off) is
51+
maintained indefinitely and may be redistributed consistent with
52+
this project or the open source license(s) involved.

CODE_OF_CONDUCT.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributor Code of Conduct
2+
3+
The Creative Commons team is committed to fostering a welcoming community.
4+
5+
**Our Code of Conduct can be found here**: [https://creativecommons.github.io/community/code-of-conduct/](https://creativecommons.github.io/community/code-of-conduct/)
6+
7+
For a history of updates, see the [page history here](https://github.com/creativecommons/creativecommons.github.io-source/commits/master/content/community/code-of-conduct/contents.lr).

0 commit comments

Comments
 (0)