Fix issue form template

This commit is contained in:
clsty
2025-02-09 11:50:25 +08:00
parent 1039e998de
commit 31e545c650
+3 -2
View File
@@ -5,7 +5,7 @@ labels: ["triage"]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Before you submit label: v1.1 Before you submit
options: options:
- label: I have read the [Troubleshooting](https://end-4.github.io/dots-hyprland-wiki/en/i-i/04troubleshooting/) and [Usage](https://end-4.github.io/dots-hyprland-wiki/en/i-i/02usage/) pages - label: I have read the [Troubleshooting](https://end-4.github.io/dots-hyprland-wiki/en/i-i/04troubleshooting/) and [Usage](https://end-4.github.io/dots-hyprland-wiki/en/i-i/02usage/) pages
required: true required: true
@@ -20,10 +20,11 @@ body:
validations: validations:
required: true required: true
- type: markdown
attributes: "## The issue"
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
## The issue
Describe your problem below. Describe your problem below.
1. Use `LANG=C LC_ALL=C` to get the output of a command in English, eg. `LANG=C LC_ALL=C date` displays time in English. 1. Use `LANG=C LC_ALL=C` to get the output of a command in English, eg. `LANG=C LC_ALL=C date` displays time in English.
2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible. 2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible.