From 68efbe20d71a93c36ad293950bf987c297ce5e98 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 20 Aug 2021 14:08:43 +0200 Subject: PR checklist --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..63751557 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +This Pull Request fixes/closes #{issue_num}. + +It changes the following: +- +- + +I followed the checklist: +- [ ] I added unittests +- [ ] I ran `make check` without errors +- [ ] I tested the overall application \ No newline at end of file -- cgit v1.2.3