forked from Shinonome/dots-hyprland
Fix issue form template
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
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: ["ISSUE"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -28,15 +28,22 @@ body:
|
|||||||
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.
|
||||||
|
- Installation failed? Run installation again for logs.
|
||||||
|
- Optionally also run `./diagnose` inside the repo for logs.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: The issue
|
label: The issue
|
||||||
value: |
|
value: |
|
||||||
|
.
|
||||||
|
(Describe your issue here!)
|
||||||
|
.
|
||||||
|
<!-- ↓↓ DO NOT IGNORE THIS. NO HELP CAN BE GIVEN WITHOUT SUFFICIENT LOGS -->
|
||||||
<details><summary>Logs</summary>
|
<details><summary>Logs</summary>
|
||||||
```plain
|
```plain
|
||||||
(Put the your log content here!)
|
(Put your log content here!)
|
||||||
</details>
|
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user