Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 983 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 983 Bytes

For Contributors

Go thru a GitHub & Collaboration class

Very helpful, highly recommended: GitHub & Collaboration class

Contributing a patch

If you have a contribution for our project:

  1. Fork the repo, develop and test your code changes.
  2. Ensure that your code adheres to the existing style in the sample to which you are contributing.
  3. Submit a pull request.

Developing a feature/naming a branch

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.

Issues tracking

Learn how to use github's Issues: we will track all outstanding issues thru that feature

Watch the project

Add the project to your watch list on github, so you will be notified of the changes.