diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 63d0c7d..b993b8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,3 +19,5 @@ _A clear and concise description of what the bug is._ **Service Logs** _Please copy the output of `journalctl -u surface-dial.service` / the daemon's `stdout/stderr`._ + +When possible, please reproduce the bug with the `RUST_BACKTRACE=1` environment variable set. Having a detailed backtrace will make it easier to diagnose (and hopefully fix) the bug.