Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-12-13 19:07:38 +0300
committerJoas Schilling <coding@schilljs.com>2021-12-13 19:07:38 +0300
commit1669df65311650b41ab6d59894d2158a60ea341f (patch)
tree105e8236fe90574b9e777dc5e24a924988b1685d /.github
parentdf350c9f0078baebb8d4fecd57b76ff915839bd9 (diff)
Update issue templates with parts from server
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md19
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md13
2 files changed, 23 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 7f55cfca4..7fd6d7b15 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,9 +1,16 @@
---
-name: Bug report
-about: Create a report to help us improve
-title: ''
+name: 🐛 Bug report
+about: Help us improving by reporting a bug
labels: 0. Needs triage, bug
-assignees: ''
+---
+
+<!--- Please keep this note for other contributors -->
+
+### How to use GitHub
+
+* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
+* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
+* Subscribe to receive notifications on status change and new comments.
---
@@ -39,7 +46,7 @@ Tell us what happens instead
**Browser name:** Firefox/Chrome/...
-**Browser version:** 50.1/55/...
+**Browser version:** 85/96/...
### Browser log
@@ -65,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.2/7.3/7.4
+**PHP version:** 7.4/8.0/8.1
**Nextcloud Version:** (see admin page)
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index bbe8aa5f1..b8f2426c9 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,9 +1,16 @@
---
-name: Feature request
+name: 🚀 Feature request
about: Suggest an idea for Nextcloud Talk
-title: ''
labels: 0. Needs triage, enhancement
-assignees: ''
+---
+
+<!--- Please keep this note for other contributors -->
+
+### How to use GitHub
+
+* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
+* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
+* Subscribe to receive notifications on status change and new comments.
---