added other option for feature request tempalte
This commit is contained in:
parent
367f20b23f
commit
3f4f526590
|
@ -25,8 +25,18 @@ body:
|
||||||
- Desktop client
|
- Desktop client
|
||||||
- Backend quality of life
|
- Backend quality of life
|
||||||
- Technologies
|
- Technologies
|
||||||
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
description: If it's not included in the list above this section then what does this feature affect?
|
||||||
|
label: What other part does this affect?
|
||||||
|
placeholder: Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: not-bloat
|
id: not-bloat
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Reference in a new issue