Add bug report template
This commit is contained in:
parent
d41f787efd
commit
e42e2c15e2
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
name: 🐞 Bug
|
||||||
|
about: File a bug/issue
|
||||||
|
title: '[BUG:] <title>'
|
||||||
|
labels: bug
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Note: Please search to see if an issue already exists for the bug you encountered.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Current Behavior:
|
||||||
|
<!-- A concise description of what you're experiencing. -->
|
||||||
|
|
||||||
|
### Expected Behavior:
|
||||||
|
<!-- A concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
### Steps To Reproduce:
|
||||||
|
<!--
|
||||||
|
Example: steps to reproduce the behavior:
|
||||||
|
1. In this environment...
|
||||||
|
2. With this config...
|
||||||
|
3. Run '...'
|
||||||
|
4. See error...
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Environment:
|
||||||
|
<!--
|
||||||
|
Example:
|
||||||
|
- OS: Ubuntu 20.04
|
||||||
|
- Node: 13.14.0
|
||||||
|
- npm: 7.6.3
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Anything else:
|
||||||
|
<!--
|
||||||
|
Links? References? Anything that will give us more context about the issue that you are encountering!
|
||||||
|
-->
|
Loading…
x
Reference in New Issue
Block a user