Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 913 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 913 Bytes

How to contribute

New Feature

You can request a new feature by submitting an issue to this repository.

Issue or Bug

If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our github repository. Even better you can submit a Pull Request with a fix.

  1. Fork the this repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the develop branch

Before starting work on new issue or feature, please open an issue to discuss it with the team. This will allow us to review or discuss the issue and is more likely to be accepted.

Code style and structure

Please check out the Code Style for Contributors section in AOSP. Also, check out the rest of the application and maintain as much consistency with them as possible.