From d0eac02e2d93e213bf2ea249a453a0d338917079 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Tue, 24 Aug 2021 19:51:03 -0400 Subject: [PATCH] MNT: add pull request template 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 00000000000..36f98c527f4 --- /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? + +