From 4f549ddf2a0e9944f235cc7aa6f3f81271f225f2 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Wed, 25 Dec 2019 11:20:14 -0800 Subject: [PATCH] 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. --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..8985c6a --- /dev/null +++ b/.github/pull_request_template.md @@ -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