diff options
author | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-10-11 14:49:33 +0200 |
---|---|---|
committer | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-10-11 17:49:13 +0200 |
commit | c625f8b8a179d42ef6acd5b46de044283d0c6552 (patch) | |
tree | a4a1fab8baebebed255cc9eea38e186baf2ae143 /.github/pull_request_template.md | |
parent | 806866de576206ad797435a142fde904e5b7b805 (diff) |
Part of #232 - add issue-template for bug, feature-request and also basic pr-template
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 14 |
1 files changed, 14 insertions, 0 deletions
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) |