mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 10:31:47 -03:00
docs: adjusted github template & add new contributors name (#133)
* docs: add new contributors to the list * docs: fix template and new adjustments * docs: fix github template & add new contributors * removed config.yml
This commit is contained in:
24
.github/ISSUE_TEMPLATE/new_translation_request.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/new_translation_request.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: New Translation Request
|
||||
description: Request new language translation for text or content on the launcher
|
||||
title: "[TRANSLATION REQUEST] "
|
||||
labels: ["translation request"]
|
||||
body:
|
||||
- type: input
|
||||
id: language
|
||||
attributes:
|
||||
label: Request New Language
|
||||
description: What language do you want our launcher to support?
|
||||
placeholder: "e.g. German (de-DE), Russian (ru-RU), etc."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: contriution_willingness
|
||||
attributes:
|
||||
label: Willingness to Contribute
|
||||
description: Are you willing to help with the translation effort?
|
||||
options:
|
||||
- Yes, I can help translate from English to the requested language!
|
||||
- No, I just want to request the language.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user