aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-03-05 20:57:03 -0500
committerRapptz <[email protected]>2019-03-08 19:59:19 -0500
commit52e17d1c2dada8c1449615e83f2cd557e2dac339 (patch)
tree4de12522ca05bc158eb4f4c68d8f78e99d746671 /.github/PULL_REQUEST_TEMPLATE.md
parentHave use_cached=True by default for Attachment.save. (diff)
downloaddiscord.py-52e17d1c2dada8c1449615e83f2cd557e2dac339.tar.xz
discord.py-52e17d1c2dada8c1449615e83f2cd557e2dac339.zip
Add github templates and CONTRIBUTING.md file.
Fix for #1685
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..223f4505
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
+### Summary
+
+<!-- What is this pull request for? Does it fix any issues? -->
+
+### Checklist
+
+<!-- Put an x inside [ ] to check it -->
+
+- [ ] If code changes were made then they have been tested.
+ - [ ] I have updated the documentation to reflect the changes.
+- [ ] This PR fixes an issue.
+- [ ] This PR adds something new (e.g. new method or parameters).
+- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
+- [ ] This PR is **not** a code change (e.g. documentation, README, ...)