From bcb0194c8053bf3bb8b2a39906169a06cf14324c Mon Sep 17 00:00:00 2001 From: Daniel Prilik Date: Fri, 13 Nov 2020 10:09:33 -0500 Subject: [PATCH] Update bug_report.md mention running with `RUST_BACKTRACE=1` --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) 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.