Create a PR template

As discussed on Discord.
This commit is contained in:
meew0 2017-04-13 00:57:39 +02:00 committed by GitHub
parent 8ddaa1b92c
commit 81619ac7be

7
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,7 @@
**Please describe the changes this PR makes and why it should be merged:**
**Semantic versioning classification:**
- [ ] This PR changes the library's interface (methods or parameters added)
- [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
- [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc.