-
Clone
-
Install code style tools
pip install pre-commit
pip install cpplint
pip install pydocstyle
sudo apt install clang-format- At your local repo root, run
pre-commit install- Make local changes
git co -b PR_change_name origin/masterMake change to your code and test
- Make pull request:
git push origin PR_change_name