From f610e7c22a13987b4b383ddfe7052ee8da813a41 Mon Sep 17 00:00:00 2001 From: Young-Flash Date: Wed, 21 Feb 2024 18:07:11 +0800 Subject: [PATCH 1/2] 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 5faee21bdb6d..1b9738bba2dc 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 + +``` From 689fa2055489cddd01fff217d5d9c49d38378487 Mon Sep 17 00:00:00 2001 From: Young-Flash Date: Wed, 21 Feb 2024 20:08:02 +0800 Subject: [PATCH 2/2] add repository link entry --- .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 1b9738bba2dc..97c1b64494d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,8 @@ Otherwise please try to provide information which will help us to fix the issue **relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTC`, `RUSTUP_HOME` or `CARGO_HOME`) +**repository link (if public, optional)**: (eg. [rust-analyzer](https://github.com/rust-lang/rust-analyzer)) + **code snippet to reproduce**: ```rust // add your code here