Skip to content

Commit

Permalink
chore: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jul 26, 2019
1 parent 9c98cf0 commit 95da971
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report if something isn't working as expected

---

**System**
<!-- Fill out the template below with the requested information. -->

* OS name: [e.g. Windows, Ubuntu]
* OS version: [e.g. 10]
* Browser name: [e.g. Chrome, Firefox]
* Browser version: [e.g. 60]
* Extension version: [e.g. 1.0.0]

**Bug description**
<!--
Describe what the bug is and how to reproduce it. List each step
that is required to reproduce the issue. Mention any browser features
or installed extensions that may trigger the bug. If applicable,
attach screenshots.
-->

**Logs**

<!--
If there was an error, open the browser console (Ctrl+Shift+J)
and share its recent output.
-->
```
// REPLACE WITH LOGS
```
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- Description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

0 comments on commit 95da971

Please sign in to comment.