Team5830 / 2022-Rapid-React

Team 5830's robot code for FIRST Rapid React (2022)
MIT License
0 stars 0 forks source link

2022-Rapid-React

Team 5830's robot code for FIRST Rapid React (2022)


Developer Policy

All Team 5830 developers MUST follow this policy. Commits and pull requests not adhering to this policy will be automatically rejected.

Issues

Whenever a change is required, an issue must be created.

Branches

Whenever a developer decides to solve an issue, they must create a new branch with a relevant name. Upon completion, the code must be successfully simulated. Once completed, a pull request must be compared with development branch. An admin will merge it and delete the branch. When a pull request is created, the code is automatically tested. If the code does not function, you will not be able to merge your code.

main branch

After every function of all robot code is successfully simulated or tested on robot (if available), an admin will merge development with main. No incomplete, broken, or buggy code will be merged with main. Drivers and other robot operators should rely on this branch to always contain working code to test or drive with.