Updated GitHub issue templates for Bug Report, Help Request, and Translation Request

- Bug Report template with detailed reproduction steps, logs, and checklist
- Ask for Help template to guide users in submitting clear questions
- Translation Request template to facilitate multilingual contributions
This commit is contained in:
Tola Leng
2025-07-23 22:55:04 +07:00
parent fda91aedb9
commit 2bc508a230
4 changed files with 31 additions and 36 deletions
+14 -15
View File
@@ -9,16 +9,16 @@ body:
attributes:
value: |
**Thank you for taking the time to report a bug!**
Please fill out the following template so we can reproduce and fix the issue faster.
Please complete the form below to help us reproduce and fix the issue more effectively.
- type: input
id: environment
attributes:
label: Environment
description: |
Describe where you encountered the issue.
(e.g., OS, browser, Node version, etc.)
placeholder: "Example: macOS 14.0, Chrome 125, Node.js 20.3.0"
Describe the environment where the issue occurred.
(e.g., OS, browser, Node.js version, Docker version, etc.)
placeholder: "Example: Ubuntu 22.04, Chrome 125, Node.js 20.3.0"
validations:
required: true
@@ -27,7 +27,7 @@ body:
attributes:
label: Bug Description
description: |
A clear and concise description of what the bug is.
A clear and concise description of the issue you encountered.
placeholder: "When I do X, Y happens instead of Z..."
validations:
required: true
@@ -37,13 +37,12 @@ body:
attributes:
label: Steps to Reproduce
description: |
How can we reproduce the behavior?
Please list the steps in order.
Provide step-by-step instructions to reproduce the issue.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
4. See the error
validations:
required: true
@@ -61,8 +60,8 @@ body:
attributes:
label: Screenshots or Videos
description: |
If applicable, add screenshots or screen recordings to help explain your problem.
placeholder: "Attach screenshots here."
If applicable, add screenshots or screen recordings to help illustrate the issue.
placeholder: "Drag and drop or paste screenshots here."
validations:
required: false
@@ -71,8 +70,8 @@ body:
attributes:
label: Logs
description: |
If applicable, paste logs or error messages here.
Please remove any sensitive information.
If applicable, paste any relevant logs or error messages.
Please remove sensitive information before submitting.
render: shell
placeholder: |
```
@@ -86,9 +85,9 @@ body:
id: terms
attributes:
label: Checklist
description: Before submitting, please confirm:
description: Please confirm the following before submitting:
options:
- label: I have searched existing issues to avoid duplicates.
- label: I have searched existing issues to avoid creating duplicates.
required: true
- label: I have provided enough information for reproduction.
- label: I have provided sufficient information to reproduce the issue.
required: true