summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-01-29 20:58:08 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-01-30 09:26:38 +0100
commitc4dfd8e19608a4661472e0abcddf0ff9d54fc197 (patch)
tree150beba526555524768f4824e8c410c1d1926c38
parent11ccf2258a6cbe40b9590e5377829ff199bfc933 (diff)
add pr template
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/pull_request_template.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..ff211fb84
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,12 @@
+
+* Resolves: # <!-- related github issue -->
+
+## Summary
+
+<!-- your text -->
+
+## Checklist
+
+- Code is [properly formatted](https://nextcloud.github.io/news/developer/#coding-style-guidelines)
+- [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits
+- Changelog entry added for all important changes.