Pull Request
GitHub Pull Request page
Pre Commit
run following command before your first commit
pre-commit install
Once installed, it automatically checks your coding style on every commits.
Branch Rules
You can submit Pull Request by pushing new branch.
Make sure the base branch is
develop-main, and PR is todevelop-main.You can’t push to the
develop-mainbranch directly, the branch is protected.Make sure new branch name is in following format (
xxxis the name of the feature or bug you are working on.).feature/xxxfix/xxx