summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-04-24 10:05:57 +0200
committerJoas Schilling <coding@schilljs.com>2024-04-24 10:05:57 +0200
commitcd4ba4a9feccbf1d1985d915e2845c9c6f515488 (patch)
tree62eb35fba0aeecb1549b4303fe47ac5fc3071ab0
parent3afd3d00a4f631bd69be6293d084010b437c9d80 (diff)
chore(github): Adjust feature request and bug report templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/ISSUE_TEMPLATE/1_bug_report.md18
-rw-r--r--.github/ISSUE_TEMPLATE/2_feature_request.md4
2 files changed, 13 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md
index 43e26c1cc..2c86cf7ef 100644
--- a/.github/ISSUE_TEMPLATE/1_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/1_bug_report.md
@@ -27,13 +27,13 @@ Tell us what happens instead
## Talk app
-**Talk app version:** (see apps admin page: `/index.php/settings/apps`)
+**Talk app version:** (see apps administration page: `/index.php/settings/apps`)
-**Custom Signaling server configured:** yes/no and version (see additional admin settings: `/index.php/index.php/settings/admin/talk#signaling_server`)
+**Custom Signaling server configured:** yes/no and version (see Talk administration settings: `/index.php/index.php/settings/admin/talk#signaling_server`)
-**Custom TURN server configured:** yes/no (see additional admin settings: `/index.php/settings/admin/talk#turn_server`)
+**Custom TURN server configured:** yes/no (see Talk administration settings: `/index.php/settings/admin/talk#turn_server`)
-**Custom STUN server configured:** yes/no (see additional admin settings: `/index.php/settings/admin/talk#stun_server`)
+**Custom STUN server configured:** yes/no (see Talk administration settings: `/index.php/settings/admin/talk#stun_server`)
## Browser
@@ -42,11 +42,11 @@ Tell us what happens instead
**Camera available:** yes/no
-**Operating system:** Windows/Ubuntu/...
+**Operating system:** Windows/Ubuntu/Mac/...
-**Browser name:** Firefox/Chrome/...
+**Browser name:** Firefox/Chrome/Safari/...
-**Browser version:** 85/96/...
+**Browser version:** 124/125/...
### Browser log
@@ -72,9 +72,9 @@ You can use the Issue Template application to prefill most of the required infor
**Database:** MySQL/Maria/SQLite/PostgreSQL
-**PHP version:** 8.0/8.1/8.2
+**PHP version:** 8.1/8.2/8.3
-**Nextcloud Version:** (see admin page)
+**Nextcloud Version:** (see administration page)
**List of activated apps:**
diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.md b/.github/ISSUE_TEMPLATE/2_feature_request.md
index b8f2426c9..a91ba4f75 100644
--- a/.github/ISSUE_TEMPLATE/2_feature_request.md
+++ b/.github/ISSUE_TEMPLATE/2_feature_request.md
@@ -14,6 +14,10 @@ labels: 0. Needs triage, enhancement
---
+## Feature request
+
+**Which Nextcloud Version are you currently using:** (see administration page)
+
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]