Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 454 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 454 Bytes

Contributing

In order to contribute,

  • Fork this repo
  • Create a Branch on your forked repo
  • Add your changes and Commit
  • Push your changes
  • Create a Pull Request

Formatting

Before creating a Pull Request, make sure that scripts are formatted and aligned. The formatting rules are controlled by python packages:

  • black
  • isort

In order to install these packages, run the below command on the project root directory pip install .[lint]