From bdd6f311eaa5ef6f862669830ac42523a067cfc9 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 28 Aug 2024 11:18:39 -0400 Subject: [PATCH 1/2] Move preferred install method to top spot Signed-off-by: William Entriken --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index d5038c03f23..f83391823fa 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -70,6 +70,7 @@ body: Select installation method you've used. _Describe the method in the "Additional info" section if you chose "Other"._ options: + - "Official All-in-One appliance" - "Community Web installer on a VPS or web space" - "Community Manual installation with Archive" - "Community Docker image" @@ -77,7 +78,6 @@ body: - "Community SNAP package" - "Community VM appliance" - "Other Community project" - - "Official All-in-One appliance" - type: dropdown id: nextcloud-version attributes: @@ -110,10 +110,10 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: - - "PHP 8.0" - - "PHP 8.1" - - "PHP 8.2" - "PHP 8.3" + - "PHP 8.2" + - "PHP 8.1" + - "PHP 8.0" - "Other" - type: dropdown id: webserver From c055ed83d703a2c40ab31d32d8f4553e895b318f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 29 Aug 2024 11:41:01 +0200 Subject: [PATCH 2/2] chore: Remove installation method from bug-report template Signed-off-by: Simon L. --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index f83391823fa..b9516564af0 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -62,22 +62,6 @@ body: description: Describe what you expected to happen instead. validations: required: true - - type: dropdown - id: install-method - attributes: - label: Installation method - description: | - Select installation method you've used. - _Describe the method in the "Additional info" section if you chose "Other"._ - options: - - "Official All-in-One appliance" - - "Community Web installer on a VPS or web space" - - "Community Manual installation with Archive" - - "Community Docker image" - - "Community NextcloudPi appliance" - - "Community SNAP package" - - "Community VM appliance" - - "Other Community project" - type: dropdown id: nextcloud-version attributes: