Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 650 Bytes

PR_RULES.md

File metadata and controls

25 lines (19 loc) · 650 Bytes

How to create PR

  1. Create fork from the main repository
  2. Create a new branch from the master from fork-repository

How to prepare your PR for code review

  1. Make sure that your code has annotation types and returns types
  2. Make sure that your code has docstring for each function/class

How to format your code

  1. Run black formatter
python -m black <your file name>
  1. Run isort formatter
python -m isort <your file name>

Commit your changes

  1. Make sure that your commit message makes sense and describe what you have done

Assign PR to reviewer

  1. Assign PR to reviewer from the list of reviewers