diff options
| author | Young-Flash <dongyang@apache.org> | 2024-02-21 18:07:11 +0800 |
|---|---|---|
| committer | Young-Flash <dongyang@apache.org> | 2024-02-21 18:07:11 +0800 |
| commit | f610e7c22a13987b4b383ddfe7052ee8da813a41 (patch) | |
| tree | cae752f18606711b7fdff64e5549278244865801 | |
| parent | 543d7e98dbcc0668528dbf3f5b32d752882baa33 (diff) | |
update bug report issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5faee21bdb6..1b9738bba2d 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 + +``` |
