Skip to content

Commit

Permalink
Merge #1709
Browse files Browse the repository at this point in the history
1709: Tidy up the bug report template r=pksunkara a=CreepySkeleton



Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
  • Loading branch information
bors[bot] and CreepySkeleton committed Feb 29, 2020
2 parents 4aaddf8 + 3c321a7 commit c192f5e
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit c192f5e

Please sign in to comment.