diff options
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..fbc61e54 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +### Component/Part +<!-- e.g database --> + +### Description +This PR fixes/adds/improves/... + +### Steps + +<!-- please tick steps this PR performs (if something is not necessary, please tick anyway to indicate you considered it) --> + +- [ ] added implementation +- [ ] added / updated tests +- [ ] added / updated documentation +- [ ] extended changelog + +### Related Issue(s) +<!-- e.g #123 --> |