Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 399 Bytes

File metadata and controls

29 lines (22 loc) · 399 Bytes

Workflow

  1. Clone

  2. Install code style tools

pip install pre-commit
pip install cpplint
pip install pydocstyle
sudo apt install clang-format
  1. At your local repo root, run
pre-commit install
  1. Make local changes
git co -b PR_change_name origin/master

Make change to your code and test

  1. Make pull request:
git push origin PR_change_name