mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 16:21:49 -03:00
103 lines
3.0 KiB
YAML
103 lines
3.0 KiB
YAML
name: Support Request
|
|
description: Request help or support
|
|
title: "[SUPPORT] <ADD YOUR TITLE HERE>"
|
|
labels: ["support"]
|
|
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
|
|
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:
|
|
label: What do you need help with?
|
|
description: Describe your question or issue clearly.
|
|
placeholder: "I'm having trouble with..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Provide any relevant context or background information.
|
|
placeholder: "I've tried these steps, but got..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proof
|
|
attributes:
|
|
label: Screenshots/Recordings
|
|
description: If applicable, add Screenshots/Recordings to help explain your problem.
|
|
|
|
- type: textarea
|
|
id: hardwarespec
|
|
attributes:
|
|
label: Hardware Specification
|
|
description: Tell us your CPU, iGPU, dGPU, VRAM, and RAM information.
|
|
placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 | VRAM: 24 GB | RAM: 32 GB"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What launcher version are you using?
|
|
options:
|
|
- v2.2.1
|
|
- v2.2.0
|
|
- v2.1.1
|
|
- v2.1.0
|
|
- v2.0.11
|
|
- v2.0.2
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: platform
|
|
attributes:
|
|
label: Platform
|
|
description: What platform are you using?
|
|
options:
|
|
- Windows 11/10
|
|
- macOS (Apple Silicon, M1/M2/M3)
|
|
- Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, etc.)
|
|
- Linux Fedora/RHEL-based (Fedora, CentOS, etc.)
|
|
- Linux Arch-based (Steamdeck, CachyOS, etc.)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs or Error Messages
|
|
description: If applicable, paste any error messages or logs here.
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Information
|
|
description: Any other information that might help us assist you.
|