Before opening an issue, please ensure that:
- Use
yapf
to format and style the code - Use
snake_case
to 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
rae
release - 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!