Skip to content

Commit

Permalink
Issue template: Link docs to obtain stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 15, 2024
1 parent c2dfa29 commit c950336
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🐞 Bug Report
description: "File a bug report: crashes, unexpected behaviour, and other errors go here."
title: "[Bug]: "
labels: ["bug", "triage"]
description: 'File a bug report: crashes, unexpected behaviour, and other errors go here.'
title: '[Bug]: '
labels: ['bug', 'triage']
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -68,6 +68,14 @@ body:
# ... stack trace output here ...
```
For additional resources on obtaining a stack trace, try the following resources:
- [Arch Linux Wiki](https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces)
- [Ubuntu Wiki](https://wiki.ubuntu.com/DebuggingProgramCrash)
- [AskUbuntu - Where do I find core dump files, and how do I view and analyze the backtrace (stack trace) in one?](https://askubuntu.com/a/1349048)
- [Julia Evans - How to get a core dump for a segfault on Linux](https://jvns.ca/blog/2018/04/28/debugging-a-segfault-on-linux/)
- [GDB Documentation](https://sourceware.org/gdb/current/onlinedocs/gdb/)
- [lldb Documentation](https://lldb.llvm.org/use/tutorial.html)
- type: textarea
id: stacktrace
attributes:
Expand Down

0 comments on commit c950336

Please sign in to comment.