Fix issue form template

This commit is contained in:
clsty
2025-02-09 13:06:27 +08:00
parent 9e44d45ce6
commit 2e877ff1fe
+9 -6
View File
@@ -25,7 +25,7 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
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.
- Bar and widgets not showing? run `pkill ags; ags` for logs. - Bar and widgets not showing? run `pkill ags; ags` for logs.
@@ -35,17 +35,20 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: The issue label: The issue
value: | description: |
#blank line1
line2
value: >
(Describe your issue here!) (Describe your issue here!)
#blank
<!-- ↓↓ DO NOT IGNORE THIS. NO HELP CAN BE GIVEN WITHOUT SUFFICIENT LOGS --> <!-- ↓↓ DO NOT IGNORE THIS. NO HELP CAN BE GIVEN WITHOUT SUFFICIENT LOGS -->
<details><summary>Logs</summary> <details><summary>Logs</summary>
#blank
``` ```
(Put your log content here!) (Put your log content here!)
``` ```
#blank
</details> </details>
validations: validations:
required: true required: true