From c9519c1ef53b9ddeb725dd3e12a97383998060d8 Mon Sep 17 00:00:00 2001 From: jtpavlock Date: Sun, 28 Jun 2020 17:32:37 -0500 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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 000000000..ef2679b50 --- /dev/null +++ b/.github/pull_request_template.md @@ -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)