summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-22 09:31:07 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-22 09:40:04 +0100
commit1baa0f636b3a60f3f1844147cbe6770cfcc54c9b (patch)
tree1435ee1b5b45c3c626281ca841bd59776bd1e08b /.github
parenta99adf1c9b9d1a3fddd3fb8572a1d8373a977362 (diff)
chore: Bump issue templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
-rw-r--r--.github/pull_request_template.md8
2 files changed, 9 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 7fd6d7b15..43e26c1cc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,6 @@
---
-name: 🐛 Bug report
-about: Help us improving by reporting a bug
+name: 🐞 Bug report
+about: Help us to improve by reporting a bug
labels: 0. Needs triage, bug
---
@@ -72,7 +72,7 @@ You can use the Issue Template application to prefill most of the required infor
**Database:** MySQL/Maria/SQLite/PostgreSQL
-**PHP version:** 7.4/8.0/8.1
+**PHP version:** 8.0/8.1/8.2
**Nextcloud Version:** (see admin page)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d6c4df071..86edb1e63 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,7 @@
+### ☑️ Resolves
+
+* Issue #…
+
### 🖼️ Screenshots
🏚️ Before | 🏡 After
@@ -5,13 +9,13 @@
B | A
-### 🚧 TODO
+### 🚧 Tasks
- [ ] ...
### 🏁 Checklist
-- [ ] ⛑️ Tests (unit and/or integration) are included
+- [ ] ⛑️ Tests (unit and/or integration) are included or not required
- [ ] 📘 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