added coredump instructions to da issue template

This commit is contained in:
vaxerski 2022-01-07 10:21:13 +01:00 committed by GitHub
parent 595b186477
commit 18f5dd31bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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 <PID>`
will print the coredump.
`coredumpctl info <PID> | xclip -sel clip`
will copy it to the clipboard.