forked from Shinonome/dots-hyprland
269978bca4
- Linux distro matters sometimes. - The log may very long sometimes.
25 lines
401 B
Markdown
25 lines
401 B
Markdown
---
|
|
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>
|