42 lines
815 B
Markdown
42 lines
815 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG] - <bug title goes here>"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Describe the bug:
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
### To Reproduce:
|
|
|
|
Steps to reproduce the behaviour:
|
|
|
|
1. Import '...'
|
|
2. Instantiate '....'
|
|
3. Pass to '....'
|
|
4. Run '....'
|
|
5. See error
|
|
|
|
### Expected behaviour
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
### Screenshots/Outputs
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
### Environment (please complete the following information)
|
|
|
|
- **OS:** [e.g. Ubuntu 22.04]
|
|
- **Python:** [e.g. 3.10.11]
|
|
- **PrimAITE Version:** [e.g. v2.0.0]
|
|
- **Software:** [e.g. cli, Jupyter, PyCharm, VSCode etc.]
|
|
|
|
### Additional context
|
|
|
|
Add any other context about the problem here.
|