diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-10 00:14:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 00:14:38 +0900 |
| commit | f44c594436250a556e09dd6513cbdb64ba6d71f3 (patch) | |
| tree | 7df23c9bce336e3841c97a2b7b47e144f7bdd8d3 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | 2c6b7c2e399e62ff43f6eaeb24ccfc87d00a2f08 (diff) | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
Merge pull request #335 from JaKooLit/main
Main to development
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7ab47985..12a598b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.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., +### show output of `inxi -CGIsSMnr` install package `inxi` if not exist +show output here +``` -- 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] + +``` + +or you can also run `inxi -CGIsSMnr >diag.txt` and attach diag.txt ### Additional Information |
