Browse Source

added inxi for better diagnostic info

pull/335/head
JaKooLit 2 years ago
parent
commit
6317ef5dea
  1. 16
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 9
      .github/ISSUE_TEMPLATE/custom.md

16
.github/ISSUE_TEMPLATE/bug_report.md

@ -33,14 +33,14 @@ labels: "Something isn't working"
[Please add any other relevant information about the bug and remove the unnecessary lines.]
e.g.,
- Linux Distro: [e.g., ArchLinux, Debian, Fedora 39, OpenSuse]
- Linux Version, output of `uname -a`:
- Hyprland Version, output of `hyprctl version`:
- Hyprland-Dots version: `ls ~/.config/hypr` i.e. v2.2.1
- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine]
- Other info: [e.g., Display Resolution, Resolution, etc]
### show output of `inxi -CGIsSMnr` install package `inxi` if not exist
show output here
```
```
or you can also run `inxi -CGIsSMnr >diag.txt` and attach diag.txt
### Additional Information

9
.github/ISSUE_TEMPLATE/custom.md

@ -36,3 +36,12 @@ labels: "custom"
### Additional Information
[Add any other information about the issue or request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.]
### show output of `inxi -CGIsSMnr` install package `inxi` if not exist
show output here
```
```
or you can also run `inxi -CGIsSMnr >diag.txt` and attach diag.txt
Loading…
Cancel
Save