bug_report.yml
bug_report.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| Bug report | File a bug report | bug :bug: |
Before posting a bug report
Search existing GitHub issues to make sure the issue does not already exist.
Issue description
Description of the issue - include code snippets in the Source code section below and screenshots if relevant.
What do you expect to happen?
What actually happens?
Please provide any additional information here that might be necessary to reproduce the issue.
Please include a minimal non-working example, or any other code related to the issue.
Please include the error tracebacks related to the issue here.
Please provide informations about your python version and os by running the command uv run python -c "import sys; print(sys.version, sys.platform)"; uv pip list in your terminal.