(docs): Mention steps to provide backtrace in bug_report.md (#641)

This commit is contained in:
N V
2020-05-15 22:54:37 -04:00
committed by GitHub
parent 2499c7e220
commit 8ff09b4b6d

View File

@ -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
<!-- Example: File A is there -->