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

@@ -3,6 +3,13 @@ description: Create a report to help us improve
title: "[BUG] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Bug is a problem which impairs or prevents the functions of the launcher from working as intended.
Thanks for taking the time to fill out a bug report!
Please provide as much information as you can to help us understand and reproduce the issue.
- type: textarea
id: description
attributes:
@@ -43,8 +50,8 @@ body:
id: version
attributes:
label: Version
description: What version of the project are you running?
placeholder: "e.g. v1.2.3"
description: What version of the launcher are you running?
placeholder: "e.g. \"v2.0.11 stable/pre-release\""
validations:
required: true
@@ -54,29 +61,16 @@ body:
label: Operating System
description: What operating system are you using?
options:
- Windows
- macOS
- Linux
- iOS
- Android
- Other
- Windows 10
- Windows 11
- macOS (Apple Silicon)
- macOS (Intel)
- Linux Ubuntu/Debian-based
- Linux Fedora/RHEL-based
- Linux Arch-based
validations:
required: true
- type: dropdown
id: browser
attributes:
label: Browser (if applicable)
description: What browser are you using?
options:
- Chrome
- Firefox
- Safari
- Edge
- Opera
- Other
- N/A
- type: textarea
id: additional
attributes:

View File

@@ -16,8 +16,10 @@ body:
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
description: A clear and concise description of what the problem is.
placeholder: "Ex. I'm always frustrated when [...]"
validations:
required: true
- type: textarea
id: solution
@@ -34,6 +36,14 @@ body:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: "Describe any alternative solutions or features you've considered."
validations:
required: true
- type: screenshots
id: screenshots
attributes:
label: Screenshots (Optional)
description: If applicable, add screenshots to help explain your request.
- type: textarea
id: additional

View 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

View File

@@ -3,6 +3,13 @@ description: Request help or support
title: "[SUPPORT] "
labels: ["support"]
body:
- type: markdown
attributes:
value: |
If you need help or support with using the launcher, please fill out this support request.
Provide as much detail as possible so we can assist you effectively.
**Need a quick assistance?** Please Open-A-Ticket in our [Discord Server](https://discord.gg/gME8rUy3MB)!
- type: textarea
id: question
attributes:
@@ -17,14 +24,18 @@ body:
attributes:
label: Context
description: Provide any relevant context or background information.
placeholder: "I've tried..., I expected..., but got..."
placeholder: "I've tried..., but got..."
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version are you using?
placeholder: "e.g. v1.2.3"
placeholder: "e.g. v2.0.11 stable/pre-release"
validations:
required: true
- type: dropdown
id: platform
@@ -32,13 +43,15 @@ body:
label: Platform
description: What platform are you using?
options:
- Windows
- macOS
- Linux
- iOS
- Android
- Web Browser
- Other
- Windows 10
- Windows 11
- macOS (Apple Silicon)
- macOS (Intel)
- Linux Ubuntu/Debian-based
- Linux Fedora/RHEL-based
- Linux Arch-based
validations:
required: true
- type: textarea
id: logs
@@ -46,6 +59,8 @@ body:
label: Logs or Error Messages
description: If applicable, paste any error messages or logs here.
render: shell
validations:
required: true
- type: textarea
id: additional

View File

@@ -1,14 +1,14 @@
name: Translation Request
description: Request translation for text or content
title: "[TRANSLATION] "
labels: ["translation"]
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), French (fr-FR)"
placeholder: "e.g. Spanish (es-ES), Portuguese (pt-BR), etc."
validations:
required: true
@@ -28,12 +28,11 @@ body:
description: Provide context about where this text appears or how it's used.
placeholder: "This text appears in..., It's used for..."
- type: input
id: file_location
- type: textarea
id: screenshots
attributes:
label: File Location
description: Where is this text located in the codebase?
placeholder: "e.g. src/components/Button.js:15"
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
id: notes