Skip to content

Commit f922b64

Browse files
authored
Update bug_report.yml
1 parent 25d088e commit f922b64

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ body:
1515
attributes:
1616
label: Rust Version
1717
description: Output of `rustc -V`
18-
validations:
19-
required: true
18+
validations:
19+
required: true
2020
- type: input
2121
attributes:
2222
label: Clap Version
2323
description: 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.
24-
validations:
25-
required: true
24+
validations:
25+
required: true
2626
- type: textarea
2727
attributes:
2828
label: Minimal reproducible code
@@ -32,26 +32,26 @@ body:
3232
fn main() {
3333
}
3434
```
35-
validations:
36-
required: true
35+
validations:
36+
required: true
3737
- type: textarea
3838
attributes:
3939
label: Steps to reproduce the bug with the above code
4040
description: Example - `cargo run -- options...`
41-
validations:
42-
required: true
41+
validations:
42+
required: true
4343
- type: textarea
4444
attributes:
4545
label: Actual Behaviour
4646
placeholder: When I do like *this*, *that* is happening and I think it shouldn't.
47-
validations:
48-
required: true
47+
validations:
48+
required: true
4949
- type: textarea
5050
attributes:
5151
label: Expected Behaviour
5252
placeholder: I think *this* should happen instead.
53-
validations:
54-
required: true
53+
validations:
54+
required: true
5555
- type: textarea
5656
attributes:
5757
label: Additional Context

0 commit comments

Comments
 (0)