Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 408 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (4 loc) · 408 Bytes

Contributing to APS

  1. Following the setup step to set up the python environment and git hooks
  2. Create a personal fork of the master branch: git checkout -b <your-name>/<branch-name>
  3. Create the pull request after the your personal branch is done. Remember to use type hints in the python code and add necessary test cases in tests