mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 19:21:44 -03:00
Update support_request.yml
This commit is contained in:
40
.github/ISSUE_TEMPLATE/support_request.yml
vendored
40
.github/ISSUE_TEMPLATE/support_request.yml
vendored
@@ -1,8 +1,22 @@
|
|||||||
name: Support Request
|
name: Support Request
|
||||||
description: Request help or support
|
description: Request help or support
|
||||||
title: "[SUPPORT] "
|
title: "[SUPPORT] <ADD YOUR TITLE HERE>"
|
||||||
labels: ["support"]
|
labels: ["support"]
|
||||||
body:
|
body:
|
||||||
|
- type: dropdown
|
||||||
|
id: acknowledge
|
||||||
|
attributes:
|
||||||
|
label: Checklist
|
||||||
|
options:
|
||||||
|
- label: I have read the README.md before asking Support Request.
|
||||||
|
required: true
|
||||||
|
- label: I have read the TROUBLESHOOTING.md before asking Support Request.
|
||||||
|
required: true
|
||||||
|
- label: I have added title before submitting this Support Request.
|
||||||
|
required: true
|
||||||
|
- label: I acknowledge that my Support Request will not be responded as quick as in Discord Open-A-Ticket, I prefer this way.
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
@@ -24,7 +38,7 @@ 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..., but got..."
|
placeholder: "I've tried these steps, but got..."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -37,12 +51,17 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: dropdown
|
||||||
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. v2.0.11 stable/pre-release"
|
options:
|
||||||
|
- v2.1.2
|
||||||
|
- v2.1.1
|
||||||
|
- v2.1.0
|
||||||
|
- v2.0.11
|
||||||
|
- v2.0.2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -52,13 +71,12 @@ body:
|
|||||||
label: Platform
|
label: Platform
|
||||||
description: What platform are you using?
|
description: What platform are you using?
|
||||||
options:
|
options:
|
||||||
- Windows 10
|
- Windows 11 x64
|
||||||
- Windows 11
|
- Windows 10 x64
|
||||||
- macOS (Apple Silicon)
|
- macOS ARM64 (Apple Silicon)
|
||||||
- macOS (Intel)
|
- Linux x64 Ubuntu/Debian-based
|
||||||
- Linux Ubuntu/Debian-based
|
- Linux x64 Fedora/RHEL-based
|
||||||
- Linux Fedora/RHEL-based
|
- Linux x64 Arch-based
|
||||||
- Linux Arch-based
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user