feature/alice-arm ──────┐
│
feature/bob-shooter ────┼──► integration ──► main
│
feature/charlie-auto ───┘
Our repository follows a simple promotion model:
Feature branches → integration → main
Students develop features on their own branches created off of integration and submit pull requests to integration. After changes have been integrated and tested, integration is promoted to main.
main represents the code ready for competition
Do not merge feature branches directly into
mainor into other feature branches.
📘 Our docs are proudly hosted with support from GitBook.