Pre-populate pull request bodies with a template [#12]

Note that as of this writing, docs/parameter_reference.md (and required-
params documentation in README.md) doesn't actually exist; I created it
in ef66bc0 but that commit hasn't been merged yet.
This commit is contained in:
Erin Call 2019-12-25 11:20:14 -08:00
parent 4cd369b051
commit 4f549ddf2a
No known key found for this signature in database
GPG Key ID: 4071FF6C15B8DAD1
1 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,8 @@
**Please replace this line with "fixes #ISSUE_NUMBER" (or "relates to #ISSUE_NUMBER", if it is not a complete fix)**
Pre-merge checklist:
* [ ] Code changes have tests
* [ ] Any changes to the config are documented in `docs/parameter_reference.md`
* [ ] Any new _required_ config is documented in `README.md`
* [ ] Any large changes have been verified by running a Drone job