summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-11-10 09:21:35 +0100
committerGitHub <noreply@github.com>2022-11-10 09:21:35 +0100
commit76dac425dfa33abce0372fcd4dc0c02e5bcddf18 (patch)
treeb31368758a1db3338ece23683df78861e670942a
parent84af2e4c0e13bca67bab569c4685646cf100dcfb (diff)
Create pull_request_template.md
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--.github/pull_request_template.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..d6c4df071
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,17 @@
+### 🖼️ Screenshots
+
+🏚️ Before | 🏡 After
+---|---
+B | A
+
+
+### 🚧 TODO
+
+- [ ] ...
+
+### 🏁 Checklist
+
+- [ ] ⛑️ Tests (unit and/or integration) are included
+- [ ] 📘 API documentation in `docs/` has been updated or is not required
+- [ ] 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required
+- [ ] 🔖 Capability is added or not needed