Skip to content

Commit

Permalink
Merge pull request #1625 from dwijnand/issue-templates
Browse files Browse the repository at this point in the history
Install some GitHub issue templates
  • Loading branch information
nrc authored Feb 10, 2019
2 parents 67d740f + 7736706 commit e83464f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---

<!-- 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 `rustup --version`:
Output of `rustup show`:
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Enhancement request
about: Suggest an enhancement for this project
labels: enhancement
---

<!-- Thanks for filing an πŸ™‹ enhancement request πŸ˜„! -->

**Describe the problem you are trying to solve**
<!-- A clear and concise description of the problem this enhancement 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 e83464f

Please sign in to comment.