forked from github/plane
fix: issue template update
This commit is contained in:
parent
27db8699c8
commit
a36836abd7
11
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
11
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
@ -55,12 +55,19 @@ body:
|
|||||||
- Safari
|
- Safari
|
||||||
- Other
|
- Other
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: variant
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Variant
|
||||||
options:
|
options:
|
||||||
- Cloud
|
- Cloud
|
||||||
- Self-hosted
|
- Self-hosted
|
||||||
- Local
|
- Local
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
placeholder: v0.17.0-dev
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
Loading…
Reference in New Issue
Block a user