40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
||
name: 🐛 Bug report
|
||
about: Create a report to help us improve
|
||
labels: 🔍 status/open, 🐛 type/bug
|
||
---
|
||
|
||
<!--
|
||
Ouch, sorry you’ve run into a bug. Thank for taking the time to report it!
|
||
|
||
Please fill in as much of the template below as you’re able.
|
||
|
||
P.S. have you seen our support and contributing docs?
|
||
https://github.com/get-alex/.github/blob/master/support.md
|
||
https://github.com/get-alex/.github/blob/master/contributing.md
|
||
-->
|
||
|
||
### Subject of the issue
|
||
|
||
Describe your issue here.
|
||
|
||
### Your environment
|
||
|
||
- **OS**: <!-- Name and version of operating system -->
|
||
- **Packages**: <!-- Names and version of required packages -->
|
||
- **Env**: <!-- Version of node, npm, yarn, or names and versions of browser -->
|
||
|
||
### Steps to reproduce
|
||
|
||
Tell us how to reproduce this issue. Please provide a working and simplified example.
|
||
|
||
🎉 BONUS POINTS for creating a [minimal reproduction](https://stackoverflow.com/help/mcve) and uploading it to GitHub. This will get you the fastest support. 🎉
|
||
|
||
### Expected behaviour
|
||
|
||
What should happen?
|
||
|
||
### Actual behaviour
|
||
|
||
What happens instead?
|