update bug report issue template

This commit is contained in:
Young-Flash 2024-02-21 18:07:11 +08:00
parent 543d7e98db
commit f610e7c22a

View file

@ -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
```