Skip to content

Commit

Permalink
add more issue template and update PR list
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Apr 8, 2020
1 parent 941c2c7 commit 437570c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'type: bug'
assignees: ''

---

* Release number or git hash:
* Web browser version and OS:

Expand All @@ -7,10 +16,13 @@
1.

### Observed behavior
<!--
* Any unexpected output or action (or lack of expected output or action)
* Web browser console errors (including tracebacks)
* Server errors (relevant messages and tracebacks)
* Static or animated images showing the UI behavior
-->

### Expected behavior
*

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: feature request
about: Suggest a feature to be implemented or a component to be improved
title: ''
labels: 'type: feature'
assignees: ''

---
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: question
about: ask question about the library (usage, features,...)
title: ''
labels: 'type: question'
assignees: ''

---

0 comments on commit 437570c

Please sign in to comment.