From c625f8b8a179d42ef6acd5b46de044283d0c6552 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Mon, 11 Oct 2021 14:49:33 +0200 Subject: Part of #232 - add issue-template for bug, feature-request and also basic pr-template --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4fd83aa --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +# Description + +Please include a summary of the changes and if applicable which issue it fixes. Please also include relevant motivation and context. If there are changes to the dependencies/min. version-constraints please mention them. + +Fixes # (issue) + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. + +# Checklist: + +- [ ] I have performed a self-review of my own code/checked that ShellCheck succeeds +- [ ] I have made corresponding changes to the documentation (if applicable) -- cgit v1.2.3