Before opening an issue, please ensure that:
- Use
yapfto format and style the code - Use
snake_caseto name variables and follow the style of the code - Use convetional commit messages
Before opening an issue, please ensure that:
- You can reproduce the problem with the latest
raerelease - Nobody else has opened the same issue recently.
When opening a new issue, please include this:
- A clear description of the bug
- A minimal config wherein the bug could be repreduced
- Install poetry
- Run
poetry install - Run
poetry shell - Develop!