Skip to content

Commit

Permalink
Issue templates (#291)
Browse files Browse the repository at this point in the history
* Create bug_report.md

* Create Feature_request.md

* Rename bug_report.md to Bug_report.md

* Update Feature_request.md

* Update Bug_report.md

* Update Feature_request.md
  • Loading branch information
alorma authored Mar 29, 2019
1 parent 4b95eed commit c2871c9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Something is crashing or not working as intended

---

*Please consider making a Pull Request if you are capable of doing so.*

**Library Version:**

2.x.x

**Describe the Bug:**

A clear description of what is the bug is.

**Steps to reproduce the bug:**
1.
2.
3.

**Expected Behavior:**

A clear description of what you expected to happen.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this library

---

*Please consider making a Pull Request if you are capable of doing so.*

**Description what you'd like to happen:**

A clear description if the feature or behavior you'd like implemented.

**Example espresso code if available**

```

0 comments on commit c2871c9

Please sign in to comment.