Github: update ISSUE_TEMPLATE

This commit is contained in:
李通洲
2024-02-13 19:19:29 +08:00
parent 3a96ade423
commit 706527eab4
+1 -3
View File
@@ -46,9 +46,7 @@ Output of `fastfetch --list-features`:
Paste the stacktrace here. You may get it with:
```
$ gdb /path/to/fastfetch
$ run
$ bt
$ gdb -q -ex 'set confirm off' -ex run -ex 'bt full' -ex quit --args /path/to/fastfetch --no-buffer
```
If you are able to identify which module crashed, the strace can be helpful too