mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Ask for Nextcloud version on issue reporting
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
a5f05dd4a9
commit
f87a77241b
1 changed files with 14 additions and 0 deletions
14
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
14
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -70,6 +70,20 @@ body:
|
|||
- "Community SNAP package"
|
||||
- "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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue