From c8abc73b53be193968df86df330af78738c22958 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Jan 2025 09:11:30 +0100 Subject: fix: Adjust issue template Signed-off-by: Joas Schilling --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3