mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 12:51:47 -03:00
docs: enhance bug report template with placeholders and options
Updated the bug report template to include placeholders and additional Linux distributions.
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
title: "[BUG] "
|
title: "[BUG] <Insert Bug Title Here>"
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
@@ -59,7 +59,9 @@ body:
|
|||||||
id: hardwarespec
|
id: hardwarespec
|
||||||
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.
|
||||||
|
(Use N/A if you think this is not correlated with the bug)
|
||||||
placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 24 GB VRAM | 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
|
||||||
@@ -72,9 +74,9 @@ body:
|
|||||||
options:
|
options:
|
||||||
- Windows 11/10
|
- Windows 11/10
|
||||||
- macOS (Apple Silicon, M1/M2/M3)
|
- macOS (Apple Silicon, M1/M2/M3)
|
||||||
- Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, etc.)
|
- Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, Zorin OS, etc.)
|
||||||
- Linux Fedora/RHEL-based (Fedora, CentOS, etc.)
|
- Linux Fedora/RHEL-based (Fedora, Bazzite, CentOS, etc.)
|
||||||
- Linux Arch-based (Steamdeck, CachyOS, etc.)
|
- Linux Arch-based (Steamdeck, CachyOS, ArchLinux, etc.)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user