diff options
author | Simon L. <szaimen@e.mail.de> | 2024-08-29 11:41:01 +0200 |
---|---|---|
committer | Simon L. <szaimen@e.mail.de> | 2024-08-29 11:41:33 +0200 |
commit | c055ed83d703a2c40ab31d32d8f4553e895b318f (patch) | |
tree | 93e39824b8cb7d7a148beb69d5ed60bbdc69de85 /.github | |
parent | bdd6f311eaa5ef6f862669830ac42523a067cfc9 (diff) | |
download | nextcloud-server-c055ed83d703a2c40ab31d32d8f4553e895b318f.tar.gz nextcloud-server-c055ed83d703a2c40ab31d32d8f4553e895b318f.zip |
chore: Remove installation method from bug-report template
Signed-off-by: Simon L. <szaimen@e.mail.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 16 |
1 files changed, 0 insertions, 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 @@ -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: - - "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: label: Nextcloud Server version |