summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorJonas Zohren2020-11-12 19:38:14 +0100
committerDavid Mehren2020-11-16 11:54:38 +0100
commitd3eb8e70f8df86b94461bf3491460ec05f84f552 (patch)
tree72f9c72c2c78d79ddde21bb2b8f909cfc3e33a60 /.github/pull_request_template.md
parent4c0efe1237bc33b52d06eaf86a28adad9a041ec2 (diff)
Add templates for issues and PRs
Signed-off-by: Jonas Zohren <15788906+jfowl@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--.github/pull_request_template.md17
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 -->