You can help the project by:
- Reporting a bug
- Reviewing the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
The following branches are used to manage the project:
master
is tested, stable and ready for production.feature, bug
these are contributors branches, that may contain proposing new features, reporting a bug etc.
I use GitHub issues to track bugs. Write bug reports with all the details, screenshots and a possible source of code problems.
A special template was prepared for this. You can report a bug by opening a new issue.
I use GitHub to host code, to track issues and feature requests, as well as accept pull requests. Pull requests are the best way to propose changes to the codebase. I welcome your pull request. To do this, you need the following:
- Create a new branch based on 'feature' or 'bug'.
- Implement your changes.
- Clear your code.
- Release pull request!
When you submit code changes, your submissions are understood to be under the same MIT License that covers the project.