]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add pull request template with checklist 35143/head
authorVincent Petry <vincent@nextcloud.com>
Mon, 14 Nov 2022 10:18:15 +0000 (11:18 +0100)
committerVincent Petry <vincent@nextcloud.com>
Wed, 16 Nov 2022 14:55:26 +0000 (15:55 +0100)
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
.github/pull_request_template.md [new file with mode: 0644]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..d6a3340
--- /dev/null
@@ -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)