mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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
This commit is contained in:
@@ -20,15 +20,15 @@ body:
|
||||
label: Reproducer
|
||||
description: Please provide the code and steps to reproduce the bug
|
||||
value: |
|
||||
I tried this code:
|
||||
Code:
|
||||
|
||||
```rust
|
||||
<code>
|
||||
```
|
||||
|
||||
I expected to see this happen:
|
||||
Current output:
|
||||
|
||||
Instead, this happened:
|
||||
Desired output:
|
||||
- type: textarea
|
||||
id: version
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user