Create pull_request_template.md

This commit is contained in:
jtpavlock 2020-06-28 17:32:37 -05:00 committed by GitHub
parent 533cc88df2
commit c9519c1ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,9 @@
## Description
(...)
Fixes #(insert issue number here)
## TODO:
- [ ] docs - If you've added a new command flag, for example, find the appropraite page under docs/ where it needs to be listed
- [ ] Add a **changelog entry** to docs/changelog.rst near the top of the document.
- [ ] Add tests (suggested, but not a hard requirement)