We love your input! We want to make contributing to this project as easy as possible, whether it's:
- Reporting a bug
- Submitting a fix
- Proposing new features
- Discussing the current state of the code
We use GitHub to host code, to track issues and feature requests, as well as to accept pull requests.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue!
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Make sure your code lints and passes the Checkstyle rules.
- Issue that pull request!
When you submit code changes, your submissions are understood to be under the same Apache License 2.0 that covers the project. Feel free to contact the maintainers if that's a concern.
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can in order to reproduce the issue
- Add the stack traces you find in case the library makes your app crash
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
We provide a code-style and checkstyle configuration files so you can ensure that all code is properly formatted according to our guidelines. Please be sure to use these files to format your files when submitting pull requests.
This document was adapted from the contribution guidelines proposed by Brian A. Danielak which are itself based on the open-source contribution guidelines for Facebook's Draft