Skip to content

Commit

Permalink
new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 31, 2018
1 parent ae28081 commit f800c1b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE → .github/ISSUE_TEMPLATE/bug.md
@@ -1,3 +1,8 @@
---
name: Bug Report
about: Found bug in the library
---

### Expected behavior

### Actual behavior
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,8 @@
---
name: Feature
about: Feature request or proposal
---

### I have idea for a new feature for jQuery Terminal

<!-- add your idea here -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,8 @@
---
name: Question
about: Question about the library
---

### I have question related to jQuery Terminal

<!-- add your question here -->

0 comments on commit f800c1b

Please sign in to comment.