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.