diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index d47f05b53dc..f11536a34db 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -71,6 +71,20 @@ body: - "Community VM appliance" - "Other Community project" - type: dropdown + id: nextcloud-version + attributes: + label: Nextcloud Server version + description: | + Select Nextcloud Server version. + _Versions not listed here are not maintained and not supported anymore_ + options: + - "24" + - "25" + - "26" + - "master" + validations: + required: true + - type: dropdown id: system attributes: label: Operating system |