From 8b5ba9e53344e89c66b7dd36fada7be49e54bfc6 Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Sat, 18 Jul 2020 17:56:19 -0400 Subject: [PATCH] add a PR template --- .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 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 00000000..98f02fbe --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,34 @@ + + +- [ ] Closes # (insert issue number if relevant) +- [ ] Executed ``black . && isort -c . && flake8`` with no errors +- [ ] The change is fully covered by automated unit tests +- [ ] Documented in docs/ as appropriate +- [ ] Added an entry to the CHANGES file