mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
Update issue template, add link to wiki.
This commit is contained in:
parent
ccea8a307d
commit
dc20235e1f
3 changed files with 25 additions and 24 deletions
25
.github/ISSUE_TEMPLATE/1-issue.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/1-issue.md
vendored
Normal 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>
|
||||
24
.github/ISSUE_TEMPLATE/issue.md
vendored
24
.github/ISSUE_TEMPLATE/issue.md
vendored
|
|
@ -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>
|
||||
Loading…
Reference in a new issue