---
name: '🐛 Bug Report'
about: Something isn't working
labels: "Type: Bug 🐛"
---

# Issue summary

Write a short description of the issue here ↓


## Expected behavior

What do you think should happen?


## Actual behavior

What actually happens?

Tip: include an error message (in a `<details></details>` tag) if your issue is related to an error


## Steps to reproduce the problem

1.
1.
1.

## Reduced test case

The best way to get your bug fixed is to provide a [reduced test case](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Reducing_testcases).


---

## Checklist

- [ ] I have described this issue in a way that is actionable (if possible)
