diff options
| author | bors <bors@rust-lang.org> | 2024-02-26 10:18:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-26 10:18:15 +0000 |
| commit | 309e087426adf25abe7f7a08591e36cdc50362b7 (patch) | |
| tree | c3058a0f3a12b0dd6fbcff7e54bc2b401df0cae8 | |
| parent | 5346002d07d09badaf37949bec68012d963d61fc (diff) | |
| parent | 689fa2055489cddd01fff217d5d9c49d38378487 (diff) | |
| download | rust-309e087426adf25abe7f7a08591e36cdc50362b7.tar.gz rust-309e087426adf25abe7f7a08591e36cdc50362b7.zip | |
Auto merge of #16627 - Young-Flash:issue_template, r=Veykril
update bug report issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5faee21bdb6..97c1b64494d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,3 +23,11 @@ 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`) + +**repository link (if public, optional)**: (eg. [rust-analyzer](https://github.com/rust-lang/rust-analyzer)) + +**code snippet to reproduce**: +```rust +// add your code here + +``` |
