diff options
author | vaxerski <[email protected]> | 2022-06-03 17:52:22 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-03 17:52:22 +0200 |
commit | f99ad521a47e834362de81cd45dc20b8148903bf (patch) | |
tree | 6e39bb2642196f3f02068a3258bd29cbc4f8fd1c /.github | |
parent | 9486a230c74e8873621fdf64a33adaaa660762e3 (diff) | |
download | Hyprland-f99ad521a47e834362de81cd45dc20b8148903bf.tar.gz Hyprland-f99ad521a47e834362de81cd45dc20b8148903bf.zip |
Updated issue templatesv0.3.0beta
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3fea489a..f0b9deb7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,6 +13,6 @@ assignees: '' **Images/videos/anything that would help** -Please attach a log (it's in /tmp/hypr/hyprland.log) and, if crashing, a crashdump (coredumpctl, then coredumpctl info <pid>) +Please attach a log (it's in /tmp/hypr/[INSTANCE SIGNATURE]/hyprland.log, if you are unsure of the instance signature, grab the one thats the most recently modified) and, if crashing, a crashdump (coredumpctl, then coredumpctl info <pid>) *Please do NOT attach coredumps from any packaged version of Hyprland (AUR, etc.). Compile manually, and THEN attach a coredump of that.* |