- Create fork from the main repository
- Create a new branch from the master from fork-repository
- Make sure that your code has annotation types and returns types
- Make sure that your code has docstring for each function/class
- Run
black
formatter
python -m black <your file name>
- Run
isort
formatter
python -m isort <your file name>
- Make sure that your commit message makes sense and describe what you have done
- Assign PR to reviewer from the list of reviewers