Files
illogical-impulse/.github/ISSUE_TEMPLATE/1-issue.md
T
2024-11-04 14:28:13 +08:00

32 lines
867 B
Markdown

---
name: Issue
about: for reporting any issue
title: "[Issue]"
labels: ''
assignees: ''
---
- I have read the Usage and Troubleshooting pages of the wiki: https://end-4.github.io/dots-hyprland-wiki/en/i-i/04troubleshooting/
- I have made sure that both my config and system packages are up to date
- Linux distro:
---
## The issue
<!-- Describe your problem here. -->
<!-- 1. Use `LANG=C` to get the output of a command in English, eg. `LANG=C date` displays time in English. -->
<!-- 2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible. -->
<details>
<summary>Logs</summary>
<!-- ↓↓ DO NOT IGNORE THIS. NO HELP CAN BE GIVEN WITHOUT SUFFICIENT LOGS -->
<!-- Bar and widgets not showing? run `pkill ags; ags` for logs -->
<!-- Installation failed? Run installation again for logs -->
```plain
Paste logs here
```
</details>