From c4dfd8e19608a4661472e0abcddf0ff9d54fc197 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 29 Jan 2023 20:58:08 +0100 Subject: [PATCH] add pr template Signed-off-by: Benjamin Brahmer --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md 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: # + +## Summary + + + +## 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.