44 lines
838 B
Markdown
44 lines
838 B
Markdown
---
|
|
name: Bug report
|
|
about: You're having technical issues. 🐞
|
|
labels: 'bug'
|
|
---
|
|
|
|
## Expected Behavior
|
|
|
|
<!--- What should have happened? -->
|
|
|
|
## Current Behavior
|
|
|
|
<!--- What went wrong? -->
|
|
<!-- Add screenshots to help explain your problem -->
|
|
<!-- (Open the browser dev tools in the menu or using CTRL + SHIFT + I) -->
|
|
|
|
## Steps to Reproduce
|
|
|
|
<!-- Add relevant code and/or a live example -->
|
|
<!-- Add stack traces -->
|
|
|
|
1.
|
|
|
|
2.
|
|
|
|
3.
|
|
|
|
4.
|
|
|
|
## Possible Solution (Not obligatory)
|
|
|
|
<!--- Suggest a reason for the bug or how to fix it. -->
|
|
|
|
## Context
|
|
|
|
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
|
|
|
## Your Environment
|
|
|
|
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
|
|
|
- Application version :
|
|
- Operating System and version :
|
|
- Node version (if developing locally) :
|