1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-09-28 15:50:10 +02:00

chore: add language request issue template

This commit is contained in:
Elias Schneider 2023-07-20 15:49:01 +02:00
parent b9f6e3bd08
commit b2ed7b74c0
No known key found for this signature in database
GPG Key ID: 07E623B294202B6C

View 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