diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index f0f7865..b7af6e0 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -23,3 +23,16 @@ If applicable, add screenshots to help explain your problem. **Log:** Please attach a log. (paste it into pastebin and paste here the url) The log can be found in a temp file located in /tmp/hypr/hypr.log. + +**Coredump:** +If Hypr crashed, please attach a coredump. (paste into pastebind and paste here the url) + +How to? + +Systemd instructions: +`coredumpctl` +find the last ocurrence of Hypr and note the PID. +`coredumpctl info ` +will print the coredump. +`coredumpctl info | xclip -sel clip` +will copy it to the clipboard.