diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2023-03-27 11:53:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 11:53:31 +0200 |
commit | 779b242eb42ab4593dd3a62fc227ac75dac8aa62 (patch) | |
tree | 90d1315543a95ab3b732cf23872a9f409646ddbf /.github | |
parent | 130440eedd43333b41d629d193595c009352681c (diff) | |
parent | f87a77241b96c44e9c813452b647fc73e73db459 (diff) | |
download | nextcloud-server-779b242eb42ab4593dd3a62fc227ac75dac8aa62.tar.gz nextcloud-server-779b242eb42ab4593dd3a62fc227ac75dac8aa62.zip |
Merge pull request #37364 from nextcloud/nc-version
Ask for Nextcloud version on issue reporting
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 |