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
|
||||
id: requestType
|
||||
attributes:
|
||||
label: Change or addition
|
||||
label: Change or Addition or Both
|
||||
multiple: true
|
||||
options:
|
||||
- Change the Language
|
||||
- Add the Language
|
||||
- Change a Language
|
||||
- Add a Language
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue