<aside> 💡 This page documents the development process engineers should follow at your company. Helpful for getting new employees up to speed.

</aside>

IE Robotics Club Organization

All code and projects will be tracked and managed in GitHub.

Checkout IE Robotics Club in Github

IERoboticsClub

Structure:

Process:

If you are part of a project, you will have a repository created for you.

Understanding the Github Workflow

1. Create a branch off of master

Name the branch with your first name pre-pended: editorname/branch-name

for example, say I am working on the robomaster-playground repo, and I want to try out something new…any new feature I add will be added as follows:

git checkout -b myfullname/new_feature_name