Skip to content

Commit

Permalink
Auto merge of #16627 - Young-Flash:issue_template, r=Veykril
Browse files Browse the repository at this point in the history
update bug report issue template
  • Loading branch information
bors committed Feb 26, 2024
2 parents 5346002 + 689fa20 commit 309e087
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

0 comments on commit 309e087

Please sign in to comment.