33 lines
895 B
Markdown
33 lines
895 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: 'BUG - x happens when y'
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Description**
|
|
A clear description of what the bug is. Provide enough detail so that it is clear what the problem is. Include the exact text of any relevant error messages.
|
|
|
|
Please only log one bug per issue.
|
|
|
|
**Environment (please complete the following information):**
|
|
- OS: [e.g. MacOS 10.15.5 Catalina]
|
|
- Python version [e.g. 3.7.7]
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior. e.g. run with a particular flag or a particular config value.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Actual behavior**
|
|
A clear and concise description of what actually happened.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|