fix: issue template update
This commit is contained in:
parent
27db8699c8
commit
a36836abd7
1 changed files with 9 additions and 2 deletions
11
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
11
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
|
|
@ -55,12 +55,19 @@ body:
|
|||
- Safari
|
||||
- Other
|
||||
- type: dropdown
|
||||
id: version
|
||||
id: variant
|
||||
attributes:
|
||||
label: Version
|
||||
label: Variant
|
||||
options:
|
||||
- Cloud
|
||||
- Self-hosted
|
||||
- Local
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
placeholder: v0.17.0-dev
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue