mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Update bug_report.md
This commit is contained in:
parent
23bb900dca
commit
9daa84c841
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -19,11 +19,11 @@ Use the output of `rustc -V`
|
|||
|
||||
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.
|
||||
|
||||
### Expected Behavior Summary
|
||||
### Actual Behavior Summary
|
||||
|
||||
When I do like *this*, *that* is happening and I think it shouldn't.
|
||||
|
||||
### Actual Behavior Summary
|
||||
### Expected Behavior Summary
|
||||
|
||||
I think *this* should happen instead.
|
||||
|
||||
|
|
Loading…
Reference in a new issue