added other option for feature request tempalte
This commit is contained in:
parent
367f20b23f
commit
3f4f526590
|
@ -25,8 +25,18 @@ body:
|
|||
- Desktop client
|
||||
- Backend quality of life
|
||||
- Technologies
|
||||
- Other
|
||||
validations:
|
||||
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
|
||||
id: not-bloat
|
||||
attributes:
|
||||
|
|
Reference in a new issue