Skip to content

Commit e6a3dde

Browse files
committed
Make bug report issue template more similar to that of rust-lang/rust
It's always a bit jarring to be required to provide the expected output first, as usually one starts with having the existing output, and modifies that. This commit reorders the two steps, and also gives them the same names as `rust-lang/rust` for some extra consistency
1 parent 8ed05ab commit e6a3dde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ body:
2020
label: Reproducer
2121
description: Please provide the code and steps to reproduce the bug
2222
value: |
23-
I tried this code:
23+
Code:
2424
2525
```rust
2626
<code>
2727
```
2828
29-
I expected to see this happen:
29+
Current output:
3030
31-
Instead, this happened:
31+
Desired output:
3232
- type: textarea
3333
id: version
3434
attributes:

0 commit comments

Comments
 (0)