diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2023-03-23 14:13:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 14:13:09 +0100 |
commit | f87a77241b96c44e9c813452b647fc73e73db459 (patch) | |
tree | 96d3675fe676e84dcf49e025192d16315ce8dd7d /.github | |
parent | a5f05dd4a915bd7340b0b8f1c16e4c281ff04e56 (diff) | |
download | nextcloud-server-f87a77241b96c44e9c813452b647fc73e73db459.tar.gz nextcloud-server-f87a77241b96c44e9c813452b647fc73e73db459.zip |
Ask for Nextcloud version on issue reporting
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
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 |