diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-11-22 17:57:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 17:57:05 +0100 |
commit | a56a1a655b23e51b2082d2cc2a6455cd9cb70814 (patch) | |
tree | 8862789e669af1fa2e88dbbe81b5a2dfd1e276a1 | |
parent | 8dcd992ad42bb7b2a3a7a7acab0987579f293e26 (diff) | |
parent | 2c8e8083e74a6fb696e76ebbd8dd79bf50aacf76 (diff) | |
download | nextcloud-server-a56a1a655b23e51b2082d2cc2a6455cd9cb70814.tar.gz nextcloud-server-a56a1a655b23e51b2082d2cc2a6455cd9cb70814.zip |
Merge pull request #35143 from nextcloud/add-pr-template
Add pull request template with checklist
-rw-r--r-- | .github/pull_request_template.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..d6a334071a6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ + +* Resolves: # <!-- related github issue --> + +## Summary + + +## TODO + +- [ ] ... + +## Checklist + +- Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) +- [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits +- [ ] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or acceptance) are included +- [ ] Screenshots before/after for front-end changes +- [ ] Documentation ([manuals](https://github.com/nextcloud/documentation/) or wiki) has been updated or is not required +- [ ] [Backports requested](https://github.com/nextcloud/backportbot/#usage) where applicable (ex: critical bugfixes) |