Fix issue form template

This commit is contained in:
clsty
2025-02-09 11:47:36 +08:00
parent e9b175d2a4
commit 1039e998de
+5 -5
View File
@@ -1,6 +1,6 @@
name: Issue (testing, DO NOT USE) name: Issue (testing, DO NOT USE)
description: for reporting any issue description: for reporting any issue
title: "[Issue]: " title: "[Issue] "
labels: ["triage"] labels: ["triage"]
body: body:
- type: checkboxes - type: checkboxes
@@ -23,10 +23,10 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
"## The issue" ## 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.
- type: textarea - type: textarea
attributes: attributes:
label: Issue description label: Issue description