Thanks for your interest in contributing!
Route Optimizer is open source. The Route Optimizer model is licensed under LGPL and the interface is licensed under Apache v2.
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.
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:
- Navigate to Route Optimizer and create a fork.
git remote add origin https://github.com/user/route-optimizer.gitgit push origin master- Submit your changes as a pull request!