Skip to content

Commit

Permalink
Install some GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jan 27, 2019
1 parent b697df1 commit 3a27ec7
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
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 `rustc --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.. -->
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 3a27ec7

Please sign in to comment.