Skip to content

Commit

Permalink
[meta] Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed May 6, 2018
1 parent 2786579 commit fbb3556
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "⚠️ Bug report"
about: Use this template to create a bug report

---

**Actual behavior (the bug)**
A description of what happened

**Expected behavior**
A description of what you expected to happen

**To Reproduce**
Steps to reproduce the behavior

**Additional context**
Add any other context about the bug here
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "\U0001F6A9 Feature request"
about: Use this template to suggest/request a feature

---

**Describe the feature**
A description of the feature

**Additional context**
Add any other context about the feature request here
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/3_Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: "\U0001F4AC Question"
about: Use this template to ask a question

---

**Describe your question**
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/4_General.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: "\U0001F4DD General issue"
about: Use this template if the other templates don't fit

---

**Describe your issue**

0 comments on commit fbb3556

Please sign in to comment.