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-29 20:58:08 +0100
commit6cc2cdb370b7e2c8c69552f24366ca10fb56711a (patch)
tree79132b15bb12505d1a3c58ecd0ae10049025fafd
parentf296d35c6d1defe532f248face0576421a6f019f (diff)
add pr templatepull_request_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.