Add flag emoji field to issue template
This commit is contained in:
parent
8e6da382c3
commit
e7aec48cb0
|
@ -30,6 +30,14 @@ body:
|
||||||
placeholder: de
|
placeholder: de
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: lang-flag
|
||||||
|
attributes:
|
||||||
|
label: Flag emoji
|
||||||
|
description: A country flag related to the language
|
||||||
|
placeholder: "🇩🇪"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: weblate-user
|
id: weblate-user
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue