- If you would like to contribute code, documentation, or other assets you can do so through GitHub by forking the repository and sending a pull request.
- You can also simply report issues (bugs), but please search for any previous reports first.
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
- You can report bugs and feature requests to Issues.
- As mentioned please look for a similar existing issue before submitting a new one.
- Label issues with the corrsponding Labels.
Pull requests are highly appreciated! Please follow the simple guidelines below:
- Fork the repository to your personal GitHub account.
- Create a topic branch for every separate change you make. The branch should have a short but explanatory name, such as "added-email-column".
- Apply your changes, committing at logical breaks. Make sure your changes are well-tested.
- Push your branch to your personal account and create a pull request. (see help)
- Watch for comments or acceptance on your pull request.
- The pull request can be updated by just pushing to the original branch.