mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(docs): Mention steps to provide backtrace in bug_report.md (#641)
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -19,6 +19,15 @@ Example:
|
|||||||
...
|
...
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
#### Backtrace
|
||||||
|
<!--
|
||||||
|
Will help us track and understand issues faster.
|
||||||
|
How to provide a backtrace:
|
||||||
|
1. M-x toggle-debug-on-error
|
||||||
|
2. Trigger error. The debugger buffer should pop up.
|
||||||
|
3. Copy the contents of the debugger buffer and paste here
|
||||||
|
-->
|
||||||
|
|
||||||
#### Expected Results
|
#### Expected Results
|
||||||
|
|
||||||
<!-- Example: File A is there -->
|
<!-- Example: File A is there -->
|
||||||
|
Reference in New Issue
Block a user