- Following the
setup
step to set up the python environment and git hooks - Create a personal fork of the master branch:
git checkout -b <your-name>/<branch-name>
- 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