Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmenon authored Jan 14, 2021
1 parent b4baece commit ab9b0ed
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug report
about: Create a bug report to help me resolve it!
title: "[BUG] short bug description"
labels: bug
assignees: ''

---

**Link to the book:**

**Screenshot**
A screenshot of the problem.

**Description**
Describe the problem.

**Browser:** What browser are you using?

**Additional Details**
Any additional details you feel might be helpful.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest a feature for this project
title: "[FEATURE] feature idea"
labels: enhancement
assignees: ''

---

**Checklist**
- [] This feature is not browser specific
- [] This feature is not related to a bug
- [] This feature would be useful for most users of this project

0 comments on commit ab9b0ed

Please sign in to comment.