Skip to content

Commit 1d49d20

Browse files
authored
contributing: add pull request template
Added pull_request_template.md, which also includes acceptance of https://github.com/aws/mit-0.
1 parent 0d325fb commit 1d49d20

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Reason for this PR
2+
3+
`[Author TODO: add issue # or explain reasoning.]`
4+
5+
## Description of changes
6+
7+
`[Author TODO: add description of changes.]`
8+
9+
## License acceptance
10+
11+
By submitting this pull request, I confirm that my contribution is made under
12+
the terms of the MIT-0 [1] license.
13+
14+
[1] https://github.com/aws/mit-0
15+
16+
## PR checklist
17+
18+
`[Author TODO: Meet these criteria & check the boxes.]`
19+
`[Reviewer TODO: Verify checked boxes. Request changes if criteria not met]`
20+
21+
- [ ] The reason for this PR is clearly provided (issue no. or explanation).
22+
- [ ] The description of changes is clear and encompassing.
23+
- [ ] All commits in this PR are signed (`git commit -s`).

0 commit comments

Comments
 (0)