mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 18:41:58 -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:
38
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
38
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -3,6 +3,13 @@ description: Create a report to help us improve
|
|||||||
title: "[BUG] "
|
title: "[BUG] "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
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
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
@@ -43,8 +50,8 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of the project are you running?
|
description: What version of the launcher are you running?
|
||||||
placeholder: "e.g. v1.2.3"
|
placeholder: "e.g. \"v2.0.11 stable/pre-release\""
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -54,29 +61,16 @@ body:
|
|||||||
label: Operating System
|
label: Operating System
|
||||||
description: What operating system are you using?
|
description: What operating system are you using?
|
||||||
options:
|
options:
|
||||||
- Windows
|
- Windows 10
|
||||||
- macOS
|
- Windows 11
|
||||||
- Linux
|
- macOS (Apple Silicon)
|
||||||
- iOS
|
- macOS (Intel)
|
||||||
- Android
|
- Linux Ubuntu/Debian-based
|
||||||
- Other
|
- Linux Fedora/RHEL-based
|
||||||
|
- Linux Arch-based
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
12
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
12
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -16,8 +16,10 @@ body:
|
|||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
label: Is your feature request related to a problem? Please describe.
|
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 [...]"
|
placeholder: "Ex. I'm always frustrated when [...]"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: solution
|
id: solution
|
||||||
@@ -34,6 +36,14 @@ body:
|
|||||||
label: Describe alternatives you've considered
|
label: Describe alternatives you've considered
|
||||||
description: A clear and concise description of any alternative solutions or features 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."
|
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
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
|
|||||||
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
|
||||||
33
.github/ISSUE_TEMPLATE/support_request.yml
vendored
33
.github/ISSUE_TEMPLATE/support_request.yml
vendored
@@ -3,6 +3,13 @@ description: Request help or support
|
|||||||
title: "[SUPPORT] "
|
title: "[SUPPORT] "
|
||||||
labels: ["support"]
|
labels: ["support"]
|
||||||
body:
|
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
|
- type: textarea
|
||||||
id: question
|
id: question
|
||||||
attributes:
|
attributes:
|
||||||
@@ -17,14 +24,18 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Context
|
label: Context
|
||||||
description: Provide any relevant context or background information.
|
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
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version are you using?
|
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
|
- type: dropdown
|
||||||
id: platform
|
id: platform
|
||||||
@@ -32,13 +43,15 @@ body:
|
|||||||
label: Platform
|
label: Platform
|
||||||
description: What platform are you using?
|
description: What platform are you using?
|
||||||
options:
|
options:
|
||||||
- Windows
|
- Windows 10
|
||||||
- macOS
|
- Windows 11
|
||||||
- Linux
|
- macOS (Apple Silicon)
|
||||||
- iOS
|
- macOS (Intel)
|
||||||
- Android
|
- Linux Ubuntu/Debian-based
|
||||||
- Web Browser
|
- Linux Fedora/RHEL-based
|
||||||
- Other
|
- Linux Arch-based
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
@@ -46,6 +59,8 @@ body:
|
|||||||
label: Logs or Error Messages
|
label: Logs or Error Messages
|
||||||
description: If applicable, paste any error messages or logs here.
|
description: If applicable, paste any error messages or logs here.
|
||||||
render: shell
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
name: Translation Request
|
name: Translation Fix Request
|
||||||
description: Request translation for text or content
|
description: Request a fix of translation for text or content in the launcher
|
||||||
title: "[TRANSLATION] "
|
title: "[TRANSLATION FIX] "
|
||||||
labels: ["translation"]
|
labels: ["translation fix"]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: language
|
id: language
|
||||||
attributes:
|
attributes:
|
||||||
label: Target Language
|
label: Target Language
|
||||||
description: What language do you want to translate to?
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -28,12 +28,11 @@ body:
|
|||||||
description: Provide context about where this text appears or how it's used.
|
description: Provide context about where this text appears or how it's used.
|
||||||
placeholder: "This text appears in..., It's used for..."
|
placeholder: "This text appears in..., It's used for..."
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
id: file_location
|
id: screenshots
|
||||||
attributes:
|
attributes:
|
||||||
label: File Location
|
label: Screenshots
|
||||||
description: Where is this text located in the codebase?
|
description: If applicable, add screenshots to help explain your problem.
|
||||||
placeholder: "e.g. src/components/Button.js:15"
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: notes
|
id: notes
|
||||||
@@ -778,11 +778,15 @@
|
|||||||
<a href="https://github.com/sanasol" target="_blank"
|
<a href="https://github.com/sanasol" target="_blank"
|
||||||
class="text-blue-400 hover:text-blue-300 transition-colors">@sanasol</a>,
|
class="text-blue-400 hover:text-blue-300 transition-colors">@sanasol</a>,
|
||||||
<a href="https://github.com/Terromur" target="_blank"
|
<a href="https://github.com/Terromur" target="_blank"
|
||||||
class="text-blue-400 hover:text-blue-300 transition-colors">@terromur</a>,
|
class="text-blue-400 hover:text-blue-300 transition-colors">@Terromur</a>,
|
||||||
<a href="https://github.com/ericiskoolbeans" target="_blank"
|
<a href="https://github.com/ericiskoolbeans" target="_blank"
|
||||||
class="text-blue-400 hover:text-blue-300 transition-colors">@ericiskoolbeans</a>,
|
class="text-blue-400 hover:text-blue-300 transition-colors">@ericiskoolbeans</a>,
|
||||||
<a href="https://github.com/fazrigading" target="_blank"
|
<a href="https://github.com/fazrigading" target="_blank"
|
||||||
class="text-blue-400 hover:text-blue-300 transition-colors">@fazrigading</a>
|
class="text-blue-400 hover:text-blue-300 transition-colors">@fazrigading</a>,
|
||||||
|
<a href="https://github.com/Rahul-Sahani04" target="_blank"
|
||||||
|
class="text-blue-400 hover:text-blue-300 transition-colors">@Rahul-Sahani04</a>
|
||||||
|
<a href="https://github.com/xSamiVS" target="_blank"
|
||||||
|
class="text-blue-400 hover:text-blue-300 transition-colors">@xSamiVS</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
17
README.md
17
README.md
@@ -295,14 +295,15 @@ This project follows **strict semantic versioning** with **numerical versions on
|
|||||||
- [**@Relyz1993**](https://github.com/Relyz1993) - *Server Helper & Second Developer & Project Creator*
|
- [**@Relyz1993**](https://github.com/Relyz1993) - *Server Helper & Second Developer & Project Creator*
|
||||||
|
|
||||||
### 🌟 Contributors
|
### 🌟 Contributors
|
||||||
- [**@sanasol**](https://github.com/sanasol) - *Main Issues Fixer | Multiplayer Patcher | Beta Tester | macOS*
|
- [**@sanasol**](https://github.com/sanasol) - *Main Issues fixer | Multiplayer Patcher*
|
||||||
- [**@Terromur**](https://github.com/Terromur) - *Main Issues Fixer | Beta Tester | Windows & Linux*
|
- [**@Terromur**](https://github.com/Terromur) - *Main Issues fixer | Beta tester*
|
||||||
- [**@fazrigading**](https://github.com/fazrigading) - *Main Issues Fixer | Beta Tester | Build Release Manager | Fedora*
|
- [**@fazrigading**](https://github.com/fazrigading) - *Main Issues fixer | Beta tester*
|
||||||
- [**@ericiskoolbeans**](https://github.com/ericiskoolbeans) - *Beta Tester | OS*
|
- [**@ericiskoolbeans**](https://github.com/ericiskoolbeans) - *Beta Tester*
|
||||||
- [**@chasem-dev**](https://github.com/chasem-dev) - *Issues Fixer | macOS*
|
- [**@chasem-dev**](https://github.com/chasem-dev) - *Issues fixer*
|
||||||
- [**@crimera**](https://github.com/crimera) - *Issues Fixer | OS*
|
- [**@crimera**](https://github.com/crimera) - *Issues fixer*
|
||||||
- [**@Citeli-py**](https://github.com/Citeli-py) - *Issues Fixer | OS*
|
- [**@Citeli-py**](https://github.com/Citeli-py) - *Issues fixer*
|
||||||
- [**@Rahul-Sahani04**](https://github.com/Rahul-Sahani04) - *Issues Fixer | Beta Tester| Windows*
|
- [**@Rahul-Sahani04**](https://github.com/Rahul-Sahani04) - *Issues fixer*
|
||||||
|
- [**@xSamiVS**](https://github.com/xSamiVS) - *Language Translator*
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user