diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-23 09:11:30 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-01-23 09:11:30 +0100 |
commit | c8abc73b53be193968df86df330af78738c22958 (patch) | |
tree | f6e5bfcb71cc6dcab66267620043a0983c94959a /.github | |
parent | b2759840e9bb110e0232756f642d440b49adc499 (diff) | |
download | nextcloud-server-c8abc73b53be193968df86df330af78738c22958.tar.gz nextcloud-server-c8abc73b53be193968df86df330af78738c22958.zip |
fix: Adjust issue template
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index ab40e614660..b4a18f4b413 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -70,9 +70,9 @@ body: Select Nextcloud Server version. _Versions not listed here are not maintained and not supported anymore_ options: - - "28" - "29" - "30" + - "31" - "master" validations: required: true @@ -95,10 +95,10 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: + - "PHP 8.4" - "PHP 8.3" - "PHP 8.2" - "PHP 8.1" - - "PHP 8.0" - "Other" - type: dropdown id: webserver @@ -132,8 +132,8 @@ body: description: | Select if bug is present after an update or on a fresh install. options: - - "Updated from a MINOR version (ex. 28.0.1 to 28.0.2)" - - "Upgraded to a MAJOR version (ex. 28 to 29)" + - "Updated from a MINOR version (ex. 32.0.1 to 32.0.2)" + - "Upgraded to a MAJOR version (ex. 31 to 32)" - "Fresh Nextcloud Server install" - type: dropdown id: encryption |