Skip to content

Commit

Permalink
Auto merge of rust-lang#6147 - dwijnand:issue-templates, r=JoshTriplett
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
bors committed Oct 17, 2018
2 parents 5f5b211 + f53b2f5 commit cbde1c6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
---

<!-- Thanks for filing a πŸ› bug report πŸ˜„! -->

**Problem**
<!-- A clear and concise description of what the bug is. -->
<!-- including what currently happens and what you expected to happen. -->

**Steps**
<!-- The steps to reproduce the bug. -->
1.
2.
3.

**Possible Solution(s)**
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
<!-- or ideas how to implement the addition or change -->

**Notes**

Output of `cargo version`:

<!-- Also, any additional context or information you feel may be relevant to the issue. -->
<!-- (e.g rust version, OS platform/distribution/version, target toolchain(s), release channel.. -->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
---

<!-- Thanks for filing a πŸ™‹ feature request πŸ˜„! -->

**Describe the problem you are trying to solve**
<!-- A clear and concise description of the problem this feature request is trying to solve. -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Notes**
<!-- Any additional context or information you feel may be relevant to the issue. -->

0 comments on commit cbde1c6

Please sign in to comment.