From d249f2d8380893f051b63140e3768cef599f49f3 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:25:44 -0400 Subject: [PATCH] MNT: add pull request template (#2443) So we don't have to request changes on these basic requirements as often - hopefully :) --- .github/PULL_REQUEST_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 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..36f98c5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,36 @@ + + +### Description + + + +### Checklist - did you ... + + + +- [] Add a CHANGELOG entry if necessary? +- [] Add / update tests if necessary? +- [] Add new / update outdated documentation? + + -- 2.39.2