You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ body:
15
15
attributes:
16
16
label: Rust Version
17
17
description: Output of `rustc -V`
18
-
validations:
19
-
required: true
18
+
validations:
19
+
required: true
20
20
- type: input
21
21
attributes:
22
22
label: Clap Version
23
23
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
26
26
- type: textarea
27
27
attributes:
28
28
label: Minimal reproducible code
@@ -32,26 +32,26 @@ body:
32
32
fn main() {
33
33
}
34
34
```
35
-
validations:
36
-
required: true
35
+
validations:
36
+
required: true
37
37
- type: textarea
38
38
attributes:
39
39
label: Steps to reproduce the bug with the above code
40
40
description: Example - `cargo run -- options...`
41
-
validations:
42
-
required: true
41
+
validations:
42
+
required: true
43
43
- type: textarea
44
44
attributes:
45
45
label: Actual Behaviour
46
46
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
49
49
- type: textarea
50
50
attributes:
51
51
label: Expected Behaviour
52
52
placeholder: I think *this* should happen instead.
0 commit comments