Skip to content

Commit ccf3ebf

Browse files
authored
Update issue templates (#4278)
2 parents f0de5b4 + 14681c4 commit ccf3ebf

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Report rustfmt errors, failing to format inputs, etc.
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
<!-- A clear and concise description of what the bug is. -->
13+
14+
**To Reproduce**
15+
16+
<!-- Steps to reproduce the behavior. If possible, please provide us with a link to your project or a minimal working example. -->
17+
18+
**Expected behavior**
19+
20+
<!-- A clear and concise description of what you expected to happen. -->
21+
22+
**Meta**
23+
24+
- rustfmt version: <!-- `rustfmt -V` -->
25+
- From where did you install rustfmt?: <!-- rustup, crates.io, package managers, etc. -->
26+
- How do you run rustfmt: <!-- `rustfmt`, `cargo-fmt`, via editors, etc. -->
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Formatting issues
3+
about: Poor formatting issues
4+
title: ''
5+
labels: poor-formatting
6+
assignees: topecongiro
7+
8+
---
9+
10+
**Input**
11+
12+
```rust
13+
```
14+
15+
**Output**
16+
17+
```rust
18+
```
19+
20+
**Expected output**
21+
22+
```rust
23+
```
24+
25+
**Meta**
26+
27+
- rustfmt version: <!-- `rustfmt -V` -->
28+
- From where did you install rustfmt?: <!-- rustup, crates.io, package managers, etc. -->

0 commit comments

Comments
 (0)