Skip to content

Files

Latest commit

ccf5432 · Feb 5, 2022

History

History
24 lines (18 loc) · 872 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 872 Bytes

What should I do before opening an Pull Request?

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

What should I do before opening an issue?

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.

What should I include in an issue?

When opening a new issue, please include this:

  • A clear description of the bug
  • A minimal config wherein the bug could be repreduced

How to setup my development environment?

  • Install poetry
  • Run poetry install
  • Run poetry shell
  • Develop!