Added ISSUE_TEMPLATE

This commit is contained in:
Tola Leng
2025-07-15 22:13:07 +07:00
parent 7c08c8bc66
commit 664e2c8ecf
7 changed files with 349 additions and 1 deletions
@@ -0,0 +1,38 @@
name: Translation Request
description: Request a translation or report translation issues.
title: "[Translation]: "
labels: [translation]
assignees: []
body:
- type: markdown
attributes:
value: |
Help us make this project accessible in more languages!
- type: input
id: language
attributes:
label: Language
description: What language is this about?
placeholder: "Example: Spanish"
validations:
required: true
- type: textarea
id: description
attributes:
label: Details
description: |
Describe what youd like to have translated or what issue you found.
placeholder: "Please translate the Getting Started guide..."
validations:
required: true
- type: checkboxes
id: confirmation
attributes:
label: Checklist
options:
- label: I have searched existing issues for similar requests.
required: true