Files
Hytale-F2P-2/.github/ISSUE_TEMPLATE/support_request.yml
Fazri Gading 34143d9872 patch v2.0.11-beta: fix env issue in GA release, warn Intel Mac users, add com templates. (#115)
* fix: throw error for Intel Mac user
* docs: first draft of issue and PR template
* fix: env of curseforge API key and discord client ID
2026-01-23 21:30:27 +08:00

54 lines
1.3 KiB
YAML

name: Support Request
description: Request help or support
title: "[SUPPORT] "
labels: ["support"]
body:
- 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..., I expected..., but got..."
- type: input
id: version
attributes:
label: Version
description: What version are you using?
placeholder: "e.g. v1.2.3"
- type: dropdown
id: platform
attributes:
label: Platform
description: What platform are you using?
options:
- Windows
- macOS
- Linux
- iOS
- Android
- Web Browser
- Other
- type: textarea
id: logs
attributes:
label: Logs or Error Messages
description: If applicable, paste any error messages or logs here.
render: shell
- type: textarea
id: additional
attributes:
label: Additional Information
description: Any other information that might help us assist you.