Skip to content

Commit 5359db1

Browse files
dhruvkbkgodeyTimidRobot
authored andcommitted
Reword to incorporate @mathemancer's suggestions
creativecommons/.github@0202b7e#diff-195a635ad245ded9076330e31134bd80 Co-authored-by: Kriti Godey <[email protected]> Co-authored-by: Timid Robot Zehta <[email protected]>
0 parents  commit 5359db1

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
## Fixes
2+
<!-- If PR doesn't fully resolve the issue, replace 'Fixes' below with 'Related to'. -->
3+
<!-- If there is no issue being resolved, open one before creating this pull request. -->
4+
Fixes #[issue number] by @[issue author]
5+
6+
## Description
7+
<!-- Concisely describe what the pull request does. -->
8+
9+
## Technical details
10+
<!-- Add any other information or technical details about the implementation; or delete the section entirely. -->
11+
12+
## Tests
13+
<!-- Give steps for the reviewer to verify that this PR fixes the problem; or delete the section entirely. -->
14+
15+
## Screenshots
16+
<!-- Add screenshots to show the problem and the solution; or delete the section entirely. -->
17+
18+
## Checklist
19+
<!-- Replace the [ ] with [x] to check the boxes. -->
20+
- [ ] My pull request has a descriptive title (not a vague title like `Update
21+
index.md`).
22+
- [ ] My pull request targets the `master` branch of the repository.
23+
- [ ] My commit messages follow [best practices][best_practices].
24+
- [ ] My code follows the established code style of the repository.
25+
- [ ] I added tests for the changes I made (if applicable).
26+
- [ ] I added or updated documentation (if applicable).
27+
- [ ] I tried running the project locally and verified that there are no
28+
visible errors.
29+
30+
[best_practices]:https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53
31+
32+
## Developer Certificate of Origin
33+
<!-- You must read and understand the following attestation. -->
34+
35+
<details>
36+
<summary>Developer Certificate of Origin</summary>
37+
38+
```
39+
Developer Certificate of Origin
40+
Version 1.1
41+
42+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
43+
1 Letterman Drive
44+
Suite D4700
45+
San Francisco, CA, 94129
46+
47+
Everyone is permitted to copy and distribute verbatim copies of this
48+
license document, but changing it is not allowed.
49+
50+
51+
Developer's Certificate of Origin 1.1
52+
53+
By making a contribution to this project, I certify that:
54+
55+
(a) The contribution was created in whole or in part by me and I
56+
have the right to submit it under the open source license
57+
indicated in the file; or
58+
59+
(b) The contribution is based upon previous work that, to the best
60+
of my knowledge, is covered under an appropriate open source
61+
license and I have the right under that license to submit that
62+
work with modifications, whether created in whole or in part
63+
by me, under the same open source license (unless I am
64+
permitted to submit under a different license), as indicated
65+
in the file; or
66+
67+
(c) The contribution was provided directly to me by some other
68+
person who certified (a), (b) or (c) and I have not modified
69+
it.
70+
71+
(d) I understand and agree that this project and the contribution
72+
are public and that a record of the contribution (including all
73+
personal information I submit with it, including my sign-off) is
74+
maintained indefinitely and may be redistributed consistent with
75+
this project or the open source license(s) involved.
76+
```
77+
78+
</details>

0 commit comments

Comments
 (0)