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:
Fazri Gading
2026-01-24 15:57:20 +08:00
committed by GitHub
parent d8393543df
commit 34f93e962b
7 changed files with 99 additions and 52 deletions

View File

@@ -0,0 +1,41 @@
name: Translation Fix Request
description: Request a fix of translation for text or content in the launcher
title: "[TRANSLATION FIX] "
labels: ["translation fix"]
body:
- type: input
id: language
attributes:
label: Target Language
description: What language do you want to translate to?
placeholder: "e.g. Spanish (es-ES), Portuguese (pt-BR), etc."
validations:
required: true
- type: textarea
id: source_text
attributes:
label: Source Text
description: The original text that needs to be translated.
placeholder: "Paste the text here..."
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: Provide context about where this text appears or how it's used.
placeholder: "This text appears in..., It's used for..."
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
id: notes
attributes:
label: Additional Notes
description: Any specific instructions or notes for the translator.