This document contains information and guidelines about contributing to this project. Please read it before you start participating.
Topics
- Asking Questions
- Reporting Security Issues
- Reporting Issues
- Developers Certificate of Origin
- Code of Conduct
Checkout has adopted the Contributor Covenant Code of Conduct for this project. Please read the text so that you understand how to conduct while contributing to this project.
frames-andoid use SemVer for versioning.
A great way to contribute to the project is to send a detailed issue when you encounter a problem. We always appreciate a well-written, thorough bug report.
Check that the project issues database doesn't already include that problem or suggestion before submitting an issue. If you find a match, add a quick "+1" or "I have this problem too." Doing this helps prioritize the most common problems and requests.
When reporting issues, please include the following:
- The version of Android Studio you're using
- The version of Android or Java you're targeting
- The full output of any stack trace or compiler error
- A code snippet that reproduces the described behavior, if applicable
- Any other details that would be useful in understanding the problem
This information will help us review and fix your issue faster.
Before submitting a pull request, please make sure the following is done:
- Fork the repository 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.
- Ensure the test suite passes.
- Format your code.
- Make sure your code lints.
This project is licensed under the MIT License - see the LICENSE file for details.