mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Tidy up the bug report template
This commit is contained in:
parent
4aaddf8375
commit
3c321a75d0
1 changed files with 14 additions and 7 deletions
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -15,6 +15,19 @@ Please use the following template to assist with creating an issue and to ensure
|
|||
|
||||
Use the output of `rustc -V`
|
||||
|
||||
### Code
|
||||
|
||||
```rust
|
||||
// You code goes here. Please try to write a complete program,
|
||||
// including `fn main() { ... }`
|
||||
|
||||
```
|
||||
### Steps to reproduce the issue
|
||||
|
||||
1. Run `cargo run -- options...`
|
||||
2. ???
|
||||
3. PROFIT!!!
|
||||
|
||||
### Affected Version of `clap*`
|
||||
|
||||
Can be found in Cargo.lock or Cargo.toml of your project (i.e. `grep clap Cargo.lock`). PLEASE DO NOT PUT "latest" HERE, use precise version. Put `master` (or other branch) if you're using the repo directly.
|
||||
|
@ -23,17 +36,11 @@ Can be found in Cargo.lock or Cargo.toml of your project (i.e. `grep clap Cargo.
|
|||
|
||||
When I do like *this*, *that* is happening and I think it shouldn't.
|
||||
|
||||
**If a project of yours is blocked due to this bug, please, mention it explicitely.**
|
||||
**If a project of yours is blocked due to this bug, please, mention it explicitly.**
|
||||
|
||||
### Expected Behavior Summary
|
||||
|
||||
I think *this* should happen instead.
|
||||
|
||||
### Steps to reproduce the issue
|
||||
|
||||
1. Write *this* code '...'
|
||||
2. Run `cargo run` '....'
|
||||
3. See error
|
||||
|
||||
### Additional context
|
||||
Add any other context about the problem here.
|
||||
|
|
Loading…
Reference in a new issue