Your tasks:
- Fork this repository, so you have your open copy.
- Copy the template.json file to a new file and modify it to add your custom vehicle.
- Commit the changes to your local git branch.
- Make a pull request to the UofSCphysics github.
- Make sure that travis passes the continuous integration tests, if not fix the problems and re-commit changes.
- Wait for the warden to pull your changes into the repository.
- 👍
For Advanced users:
- Create a vehicle class which takes the features of the class and saves them to a json file.
- Try to add a feature to the print_json.py program.