Update issue template, add link to wiki.

This commit is contained in:
clsty 2024-02-12 10:46:10 +08:00
parent ccea8a307d
commit dc20235e1f
3 changed files with 25 additions and 24 deletions

25
.github/ISSUE_TEMPLATE/1-issue.md vendored Normal file
View file

@ -0,0 +1,25 @@
---
name: Issue
about: for reporting any issue
title: "[Issue]"
labels: ''
assignees: ''
---
- **I have read the [wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/03troubleshooting)**
- Linux distro:
<!-- Tip: you may use `lsb_release -a` to get this info -->
---
## The issue
<!-- Describe your problem here -->
<!-- If it throws errors, **PLEASE**, attach logs and describe in detail if possible -->
<details>
<summary>Click to expand</summary>
```plain
Paste your log here
```
</details>

View file

@ -1,24 +0,0 @@
---
name: Issue
about: for reporting any issue
title: "[Issue]"
labels: ''
assignees: ''
---
- **I have read the instructions**
---
## The issue
- Linux distro: (you may use `lsb_release -a`)
- (describe your problem here)
- (if it throws errors, **PLEASE**, attach logs and describe in detail if possible)
<details>
<summary>Click to expand</summary>
```plain
Paste your log here
```
</details>