Add flag emoji field to issue template
This commit is contained in:
parent
8e6da382c3
commit
e7aec48cb0
|
@ -30,6 +30,14 @@ body:
|
|||
placeholder: de
|
||||
validations:
|
||||
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
|
||||
id: weblate-user
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue