Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 512 Bytes

Arduino-balance-car

Rules

  • For any changes you want to make, please DO NOT commit on the main branch, create a new branch and send PR request.
  • Commit message must be CLEAR and MEANINGFUL, that is, no messages like "Bug fix" or "new code", make it more specific.

Branch naming rules

  • [type]/[name]
  • types of branch :
    • feat(new feature)
    • fix(bug fix)
    • test(test feature)
  • For names, please specify the thing you are working on
  • Examples : feat/PID, fix/BT

Thanks for your cooperation