From f1d01ac78cb062a09bdcb96fcde58677616b5866 Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Sat, 31 Jan 2026 02:56:37 +0800 Subject: [PATCH] docs: add recordings form, fix OS list --- .github/ISSUE_TEMPLATE/bug_report.yml | 22 ++++++++++------------ .github/ISSUE_TEMPLATE/support_request.yml | 21 +++++++++++++-------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f138ffc..8aa3bba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/support_request.yml b/.github/ISSUE_TEMPLATE/support_request.yml index dfec503..34c2a85 100644 --- a/.github/ISSUE_TEMPLATE/support_request.yml +++ b/.github/ISSUE_TEMPLATE/support_request.yml @@ -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