Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.33 KB

File metadata and controls

22 lines (12 loc) · 1.33 KB

Thanks for your interest in contributing!

Getting Started

Route Optimizer is open source. The Route Optimizer model is licensed under LGPL and the interface is licensed under Apache v2.

Bugs, features, and requests

Feel free to file issues when you encounter bugs, think of interesting features you'd like to see, or when there are important changes not yet included in a release and you'd like us to tag a new version.

Submitting your contributions

By contributing code to Route Optimizer, you are agreeing to release your work under the LGPLv3.

We love contributions in the form of pull requests! Check here if you're not familiar with forking, otherwise:

  1. Navigate to Route Optimizer and create a fork.
  2. git remote add origin https://github.com/user/route-optimizer.git
  3. git push origin master
  4. Submit your changes as a pull request!