Very helpful, highly recommended: GitHub & Collaboration class
If you have a contribution for our project:
- Fork the repo, develop and test your code changes.
- Ensure that your code adheres to the existing style in the sample to which you are contributing.
- Submit a pull request.
Please develop all your changes on a branch named your_github_username/branch_name, e.g. if you are working on a Perception part on traffic light detection and your user name is rioffe, name your branch rioffe/traffic_light_detection, etc. Submit your pull requests from a branch.
Learn how to use github's Issues: we will track all outstanding issues thru that feature
Add the project to your watch list on github, so you will be notified of the changes.