Skip to content

Commit

Permalink
feat: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Feb 8, 2022
1 parent 75f9c52 commit 5c4f17f
Showing 1 changed file with 32 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 to help us improve
title: ''
labels: ''
assignees: dantio

---

* [ ] Are you running the latest version?
* [ ] Have you included sample input, output, error, and expected output?
* [ ] Have you checked if you are using correct configuration?

**Describe the bug**
A clear and concise description of what the bug is.

### Code
```js
Include the code being used
```

### Output
<!-- Please include output data or error here -->

### expected data
<!-- Please include expected output data here -->

**Would you like to work on this issue?**
<!-- choose one by changing [ ] to [x] -->
- [ ] Yes
- [ ] No
- [ ] Maybe

0 comments on commit 5c4f17f

Please sign in to comment.