From bcf3ae852bcab2b3c9d583381feeb358cf2bebb2 Mon Sep 17 00:00:00 2001 From: Sander van den Hoek Date: Tue, 15 Sep 2020 11:51:20 +0200 Subject: [PATCH] Create pull_request_template.md --- .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 000000000..343e2c927 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## SOP +### Before merge: +- [ ] Functionality works & meets specs +- [ ] No issues running `sh test/pipeline_test.sh` +- [ ] Code reviewed +- [ ] Documentation was updated + +### After merge: +- [ ] Added feature/fix to draft release notes + +## Notes by PR author +None.