Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yonat committed May 31, 2019
1 parent 9897e92 commit aeeae0b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,14 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: yonat

---

**Description of the problem:**
[description]

**Minimal project that reproduces the problem (so I'll be able to figure out how to fix it):**
[github repo or a zipped project]
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: yonat

---

**Description:**
[description]

**Problems I encountered when trying to implement this myself:**
[if none, please submit a pull request.]

0 comments on commit aeeae0b

Please sign in to comment.