From 0ed7d6641eaf3d40b265d477dd237d2e38e8c152 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 17 May 2020 07:32:28 +0200 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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..8300fb74 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +# Pull Request Checklist + +Resolves: #issue-number-here + + + +- [ ] Ensured **tests pass** and (if applicable) updated functional test output +- [ ] Conformed to **code style guidelines** by running appropriate linting tools +- [ ] Added **tests** for changed code +- [ ] Updated **documentation** for changed code + +