Add github pull request template

This commit is contained in:
Mason Egger 2018-05-15 10:20:32 -04:00
parent 26b75f5151
commit d0a809b537
No known key found for this signature in database
GPG Key ID: CF4183856E4EE74C
1 changed files with 12 additions and 0 deletions

12
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,12 @@
<!-- First time contributors: Take a moment to review https://setuptools.readthedocs.io/en/latest/developer-guide.html! -->
<!-- Remove sections if not applicable -->
## Summary of changes
<!-- Summary goes here -->
Closes <!-- issue number here -->
### Pull Request Checklist
- [ ] Changes have tests
- [ ] News fragment added in changelog.d. See [documentation](http://setuptools.readthedocs.io/en/latest/developer-guide.html#making-a-pull-request) for details