diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2023-06-08 11:28:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 11:28:36 +0200 |
commit | afadf779b1a598dd7af460a3e41b2652b116b664 (patch) | |
tree | 0a042430c52f98f916bea1d61b5170ca295823cb /.github | |
parent | d682d5752fc473d10836217e2e0cd26b2b226a93 (diff) | |
download | nextcloud-server-afadf779b1a598dd7af460a3e41b2652b116b664.tar.gz nextcloud-server-afadf779b1a598dd7af460a3e41b2652b116b664.zip |
Update bug report issue template
- Remove v24 / add v27 (already at RC state, so `master` will be v28)
- Add PHP 8.2, remove 7.3/7.4
- Some minor adds/fixes
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 0e979013614..c09552acdb2 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -17,7 +17,7 @@ body: options: - label: This is a **bug**, not a question or a configuration/webserver/proxy issue. required: true - - label: This issue is **not** already reported on Github _(I've searched it)_. + - label: This issue is **not** already reported on Github OR Nextcloud Community Forum _(I've searched it)_. required: true - label: Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions. required: true @@ -78,9 +78,9 @@ body: Select Nextcloud Server version. _Versions not listed here are not maintained and not supported anymore_ options: - - "24" - "25" - "26" + - "27" - "master" validations: required: true @@ -103,10 +103,9 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: - - "PHP 7.3" - - "PHP 7.4" - "PHP 8.0" - "PHP 8.1" + - "PHP 8.2" - "Other" - type: dropdown id: webserver @@ -118,7 +117,6 @@ body: options: - "Apache (supported)" - "Nginx" - - "Lighttpd" - "Other" - type: dropdown id: database @@ -141,8 +139,8 @@ body: description: | Select if bug is present after an update or on a fresh install. options: - - "Updated from a minor version (ex. 22.2.3 to 22.2.4)" - - "Updated to a major version (ex. 22.2.3 to 23.0.1)" + - "Updated from a MINOR version (ex. 22.1 to 22.2)" + - "Upgraded to a MAJOR version (ex. 22 to 23)" - "Fresh Nextcloud Server install" - type: dropdown id: encryption @@ -192,8 +190,6 @@ body: ``` > NOTE: This will be automatically formatted into code for better readability. render: shell - validations: - required: true - type: textarea id: nextcloud-signingstatus attributes: |