diff options
author | William Entriken <github.com@phor.net> | 2024-08-28 11:18:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 11:18:39 -0400 |
commit | bdd6f311eaa5ef6f862669830ac42523a067cfc9 (patch) | |
tree | 637624e1dd616391ee179a9b5b917af293eaf723 /.github | |
parent | 54bfe5174fada49b794f4cdd27b2a3d1f3ba7604 (diff) | |
download | nextcloud-server-bdd6f311eaa5ef6f862669830ac42523a067cfc9.tar.gz nextcloud-server-bdd6f311eaa5ef6f862669830ac42523a067cfc9.zip |
Move preferred install method to top spot
Signed-off-by: William Entriken <github.com@phor.net>
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 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 |