Skip to content

Commit

Permalink
πŸ“ add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
viztea authored Nov 18, 2020
1 parent 3654b61 commit f63cea6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Report Bugs
title: ''
labels: ''
assignees: ''

---

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

**To Reproduce**
Give a code sample if possible.

```js
// code here
```

**Package Details**
- NodeJS Version:
- NeoCord Version:
- Current OS:

**Client Details**
- Gateway Intents: defaults
- Other:

0 comments on commit f63cea6

Please sign in to comment.