Skip to content

Commit cdd32e8

Browse files
committed
add a pull request template
1 parent 05bb2eb commit cdd32e8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- Please fill this out to the best of your abilities, it makes our jobs easier -->
2+
3+
## Pull request summary
4+
5+
<!-- Tell us about this PR. What is it solving/adding? Why? Are you fixing something? -->
6+
7+
8+
## Checklist
9+
<!-- Borrowed from discord.py -->
10+
<!-- Put an x inside [ ] to check it, like so: [x] -->
11+
12+
- [ ] If code changes were made then they have been tested.
13+
- [ ] I have updated the documentation to reflect the changes.
14+
- [ ] I have updated the changelog with a quick recap of my changes.
15+
- [ ] This PR fixes an issue.
16+
- [ ] This PR adds something new (e.g. new method or parameters).
17+
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
18+
- [ ] This PR is **not** a code change (e.g. documentation, README, ...)

0 commit comments

Comments
 (0)