Merge pull request #3648 from jtpavlock/patch-2

Create pull request template
This commit is contained in:
Adrian Sampson 2020-06-29 09:08:51 -04:00 committed by GitHub
commit cb668ccdab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,11 @@
## Description
Fixes #X. <!-- Insert issue number here if applicable. -->
(...)
## To Do
- [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.)
- [ ] Changelog. (Add an entry to `docs/changelog.rst` near the top of the document.)
- [ ] Tests. (Encouraged but not strictly required.)