Contributions are welcome! Please read the following in order to make it easier.
- use the issue tracker
- make sure the bug is not already in the list, to avoid duplicates (a simple search should do)
- if in doubt, feel free to discuss it first
- use the issue tracker
- make sure the feature request is not already in the list, to avoid duplicates (a simple search should do)
- if in doubt, feel free to discuss it first
- make sure you use the same formatting and style (there's an .editorconfig file that does it automatically)
- create a branch using either
feature
/name if it's for adding a feature orbugfix
/name for simple bugfixes (otherwise usefeature
). Use a meaningful name like25-add-multiple-locations
(the first number being the number of the corresponding issue, if any) - write a meaningful commit message, this link contains useful information on how to do it
- create a pull request
- if in doubt, feel free to discuss it first
Thank you!