Made requestType required
This commit is contained in:
parent
9c2955b5e7
commit
ca9374083a
1 changed files with 5 additions and 3 deletions
8
.github/ISSUE_TEMPLATE/translation.yaml
vendored
8
.github/ISSUE_TEMPLATE/translation.yaml
vendored
|
@ -19,11 +19,13 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: requestType
|
id: requestType
|
||||||
attributes:
|
attributes:
|
||||||
label: Change or addition
|
label: Change or Addition or Both
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Change the Language
|
- Change a Language
|
||||||
- Add the Language
|
- Add a Language
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue