1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
---
name: Bug
about: Create a report to help us improve
labels: 'bug'
---
# Bug report
<!--
Hi, thanks for submitting a bug. We appreciate that.
But, we will need some information about what's wrong to help you.
-->
## What's wrong
<!-- Describe what is not working. Please, attach a traceback. -->
## How is that should be
<!-- Describe how it should work. -->
<!--
Love dry-python? ❤️
Do you want your bugs to be solved faster?
Please consider supporting us:
👉 https://github.com/sponsors/dry-python
-->
## System information
- `python` version:
- `returns` version:
- `mypy` version:
- `hypothesis` version (if any):
- `pytest` version (if any):
|