docs: add recordings form, fix OS list

This commit is contained in:
Fazri Gading
2026-01-31 02:56:37 +08:00
parent bfe0156606
commit f1d01ac78c
2 changed files with 23 additions and 20 deletions

View File

@@ -41,17 +41,17 @@ body:
required: true
- type: textarea
id: screenshots
id: proof
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
label: Screenshots/Recordings
description: If applicable, add Screenshots/Recordings to help explain your problem.
- type: input
id: version
attributes:
label: Version
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:
required: true
@@ -60,7 +60,7 @@ body:
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"
placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 24 GB VRAM | RAM: 32 GB"
validations:
required: true
@@ -70,13 +70,11 @@ body:
label: Operating System
description: What operating system are you using?
options:
- Windows 10
- Windows 11
- macOS (Apple Silicon)
- macOS (Intel)
- Linux Ubuntu/Debian-based
- Linux Fedora/RHEL-based
- Linux Arch-based
- 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

View File

@@ -42,6 +42,12 @@ body:
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:
@@ -55,9 +61,9 @@ body:
id: version
attributes:
label: Version
description: What version are you using?
description: What launcher version are you using?
options:
- v2.1.2
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.11
@@ -71,12 +77,11 @@ body:
label: Platform
description: What platform are you using?
options:
- Windows 11 x64
- Windows 10 x64
- macOS ARM64 (Apple Silicon)
- Linux x64 Ubuntu/Debian-based
- Linux x64 Fedora/RHEL-based
- Linux x64 Arch-based
- 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