diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-08-29 11:54:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 11:54:13 +0200 |
commit | 466f19b689cbb356b56ef8b54d262220bb70affe (patch) | |
tree | d3aa6e4197444bfab6d1c060fb471c95f1be74f1 /.github | |
parent | 6cfa388e34e7dd5f6ccda9d37e0785c7b513258f (diff) | |
parent | c055ed83d703a2c40ab31d32d8f4553e895b318f (diff) | |
download | nextcloud-server-466f19b689cbb356b56ef8b54d262220bb70affe.tar.gz nextcloud-server-466f19b689cbb356b56ef8b54d262220bb70affe.zip |
Merge pull request #47582 from fulldecent/patch-1
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index d5038c03f23..b9516564af0 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -63,22 +63,6 @@ body: 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: - - "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" - - "Official All-in-One appliance" - - type: dropdown id: nextcloud-version attributes: label: Nextcloud Server version @@ -110,10 +94,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 |