Tidy up the bug report template

This commit is contained in:
CreepySkeleton 2020-02-29 12:24:15 +03:00 committed by GitHub
parent 4aaddf8375
commit 3c321a75d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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