Skip to content

Commit cbde1c6

Browse files
committed
Auto merge of #6147 - dwijnand:issue-templates, r=JoshTriplett
Introduce issue templates I took GitHub's default "Bug report" and "Feature request" templates and modified them a bit to make them work with Cargo. Happy to iterate more. WDYT?
2 parents 5f5b211 + f53b2f5 commit cbde1c6

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
<!-- Thanks for filing a 🐛 bug report 😄! -->
7+
8+
**Problem**
9+
<!-- A clear and concise description of what the bug is. -->
10+
<!-- including what currently happens and what you expected to happen. -->
11+
12+
**Steps**
13+
<!-- The steps to reproduce the bug. -->
14+
1.
15+
2.
16+
3.
17+
18+
**Possible Solution(s)**
19+
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
20+
<!-- or ideas how to implement the addition or change -->
21+
22+
**Notes**
23+
24+
Output of `cargo version`:
25+
26+
<!-- Also, any additional context or information you feel may be relevant to the issue. -->
27+
<!-- (e.g rust version, OS platform/distribution/version, target toolchain(s), release channel.. -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
<!-- Thanks for filing a 🙋 feature request 😄! -->
7+
8+
**Describe the problem you are trying to solve**
9+
<!-- A clear and concise description of the problem this feature request is trying to solve. -->
10+
11+
**Describe the solution you'd like**
12+
<!-- A clear and concise description of what you want to happen. -->
13+
14+
**Notes**
15+
<!-- Any additional context or information you feel may be relevant to the issue. -->

0 commit comments

Comments
 (0)