We don't transfer git history since it may contain proprietary data that we cannot have in an open sources version. Change-Id: I9586124c1720db69a76b9390e208e9f0ba3b86d4
1.7 KiB
Contributing to Our Project
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We Develop with Gerrit
We use Gerrit for code review. You can propose changes by submitting a patch to Gerrit.
We Use Coding Conventions
To ensure consistency throughout the source code, please follow these coding conventions.
Report bugs using Storyboard
We use Storyboard issues to track public bugs. Report a bug by opening a new issue.
Write bug reports with detail, background, and sample code
A bug report with an isolated way to reproduce the problem is ideal. Here's an example:
Short and descriptive example bug report title
A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug.
- This is the first step
- This is the second step
- Further steps, etc.
<a link to the reduced test case>
Any other information you want to share that is relevant to the issue being reported.
Use a Consistent Coding Style
We are using a specific coding style. Please follow it to make the codebase easier to read and maintain.
License
By contributing, you agree that your contributions will be licensed under its existing license.
References
Include any references or links that contributors may find useful, such as:
- Gerrit documentation
- Coding style guidelines
- Other reference material
Thank you for contributing!