We use GitHub Issues to track bugs and features. You can indicate support for an existing issue by adding a thumbs up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug.
You can add a feature or bug-fix via pull request.
- Fork the repository
- Create a branch for your feature or fix from the
develop
branch. Replaceyour-feature-name
with a description of your feature or fix:
git checkout -b your-feature-name develop
- Implement your feature or bug fix
- Commit and push your changes
- Submit a pull request to the
develop
branch of the repository.