mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
chore: add language request issue template
This commit is contained in:
parent
b9f6e3bd08
commit
b2ed7b74c0
1 changed files with 26 additions and 0 deletions
26
.github/ISSUE_TEMPLATE/language-request.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/language-request.yml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
name: "🌐 Language request"
|
||||||
|
description: "You want to contribute to a language that isn't on Crowdin yet?"
|
||||||
|
title: "🌐 Language request: "
|
||||||
|
labels: [language-request]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: language-name-english
|
||||||
|
attributes:
|
||||||
|
label: "🌐 Language name (English)"
|
||||||
|
placeholder: "Swiss German"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: language-name-native
|
||||||
|
attributes:
|
||||||
|
label: "🌐 Language name (native)"
|
||||||
|
placeholder: "Schweizerdeutsch"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: language-code
|
||||||
|
attributes:
|
||||||
|
label: "🌐 Language code"
|
||||||
|
placeholder: "de-CH"
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Add table
Reference in a new issue