From f610e7c22a13987b4b383ddfe7052ee8da813a41 Mon Sep 17 00:00:00 2001 From: Young-Flash Date: Wed, 21 Feb 2024 18:07:11 +0800 Subject: [PATCH] update bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5faee21bdb..1b9738bba2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,3 +23,9 @@ Otherwise please try to provide information which will help us to fix the issue **rustc version**: (eg. output of `rustc -V`) **relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTC`, `RUSTUP_HOME` or `CARGO_HOME`) + +**code snippet to reproduce**: +```rust +// add your code here + +```