We want to make contributing to this project as easy and transparent as possible.
- Reporting Bugs
- Suggesting Enhancements
- Pull Requests
If you find any bugs please ensure the bug was not already reported by searching on GitHub under Issues. If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description and as much relevant information as possible demonstrating the expected behavior that is not occurring.
Enhancements will be tracked as Issues, so please use the same guideline as bugs.
We actively welcome your pull requests but make sure you follow the workflow bellow.
- Fork the repository.
- Create your branch from
master
. - Create a pull request explaining what your code does.
- Reference any Issue solved by your pull request.