mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 14:51:48 -03:00
docs: add recordings form, fix OS list
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -41,17 +41,17 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: screenshots
|
id: proof
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots
|
label: Screenshots/Recordings
|
||||||
description: If applicable, add screenshots to help explain your problem.
|
description: If applicable, add Screenshots/Recordings to help explain your problem.
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of the launcher are you running?
|
description: What version of the launcher are you running?
|
||||||
placeholder: "e.g. \"v2.0.11 stable/pre-release\""
|
placeholder: "e.g. \"v2.2.0 stable\""
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Hardware Specification
|
label: Hardware Specification
|
||||||
description: Tell us your CPU, iGPU, dGPU, VRAM, and RAM information.
|
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"
|
placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 24 GB VRAM | RAM: 32 GB"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -70,13 +70,11 @@ body:
|
|||||||
label: Operating System
|
label: Operating System
|
||||||
description: What operating system are you using?
|
description: What operating system are you using?
|
||||||
options:
|
options:
|
||||||
- Windows 10
|
- Windows 11/10
|
||||||
- Windows 11
|
- macOS (Apple Silicon, M1/M2/M3)
|
||||||
- macOS (Apple Silicon)
|
- Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, etc.)
|
||||||
- macOS (Intel)
|
- Linux Fedora/RHEL-based (Fedora, CentOS, etc.)
|
||||||
- Linux Ubuntu/Debian-based
|
- Linux Arch-based (Steamdeck, CachyOS, etc.)
|
||||||
- Linux Fedora/RHEL-based
|
|
||||||
- Linux Arch-based
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
21
.github/ISSUE_TEMPLATE/support_request.yml
vendored
21
.github/ISSUE_TEMPLATE/support_request.yml
vendored
@@ -42,6 +42,12 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: proof
|
||||||
|
attributes:
|
||||||
|
label: Screenshots/Recordings
|
||||||
|
description: If applicable, add Screenshots/Recordings to help explain your problem.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: hardwarespec
|
id: hardwarespec
|
||||||
attributes:
|
attributes:
|
||||||
@@ -55,9 +61,9 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version are you using?
|
description: What launcher version are you using?
|
||||||
options:
|
options:
|
||||||
- v2.1.2
|
- v2.2.0
|
||||||
- v2.1.1
|
- v2.1.1
|
||||||
- v2.1.0
|
- v2.1.0
|
||||||
- v2.0.11
|
- v2.0.11
|
||||||
@@ -71,12 +77,11 @@ body:
|
|||||||
label: Platform
|
label: Platform
|
||||||
description: What platform are you using?
|
description: What platform are you using?
|
||||||
options:
|
options:
|
||||||
- Windows 11 x64
|
- Windows 11/10
|
||||||
- Windows 10 x64
|
- macOS (Apple Silicon, M1/M2/M3)
|
||||||
- macOS ARM64 (Apple Silicon)
|
- Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, etc.)
|
||||||
- Linux x64 Ubuntu/Debian-based
|
- Linux Fedora/RHEL-based (Fedora, CentOS, etc.)
|
||||||
- Linux x64 Fedora/RHEL-based
|
- Linux Arch-based (Steamdeck, CachyOS, etc.)
|
||||||
- Linux x64 Arch-based
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user