Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 2.47 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 2.47 KB

Contributing

So, you're thinking about contributing to Itinero. Awesome! We have a few basic rules to make sure maintaining Itinero is sustainable with limited time available.

What can you do to help?

  • Documentation & samples: If you need or find undocumented features. Or you asked a question please think about documenting this for future users. You can also contribute a sample application if the use case is generic enough. Otherwise, just upload the sample project to a seperate repo and we can link to it.
  • Bug reports: Very important, if something doesn't work as expected please report the issue. We built Itinero for some use cases but perhaps you have a new one or you stumbled onto a bug. We need to know!
  • Bug fixes: Even better, if you can fix something, please do!
  • Feature requests: Need something that's not there, add it to the issues, maybe someone already implemented what you need. Also check our roadmap before doing this.
  • Spread the word: A project like this grows and improves when usage increases and we have more eyes on the code. So spread the word by writing blog posts or tweet about this awesome library!

How to contribute?

First of all don't be afraid to contribute. Most contributions are small but very valuable. Some basic rules to make things easier for everyone:

  • Don't change more than you need to to fix something or implement a new feature. No 'resharping' or refactoring please.
  • Think about more than yourself, this may seem strange, but Itinero is used in widely different projects. Adding a feature or fixing a bug needs to take all this into account.
  • Don't break things, try to fix a bug without changing the API or when adding a feature make sure to add, not remove stuff. If you do need to break things, get in touch by reporting an issue.

We also ask all contributors to sign a contributor agreement. We do this to be able to change the license afterwards without having to contact everyone individually. Don't worry, we won't be closing off any of the code and what's there now will stay that way. It is possible that we change in the future from for example GPLv2 to MIT, or even public domain. The agreement guarantees your code stays open and you'll be given credit.