If you would like to contribute code to this project you must sign the Individual Contributor License Agreement (CLA). Your code cannot be accepted into the project until you sign the agreement.
DO NOT SUBMIT CHANGES THAT BREAK THE QUICK START SAMPLE APP. If you are adding new features, confirm the functionality is compatible with the sample app (at minimum) or consider adding to the sample code to demonstrate the new feature (recommended).
To contribute:
- Fork this repository.
- Follow existing coding conventions and styles to keep the code as readable as possible.
- Comment your code so others can understand it easily.
- Update the associated docs (README, reference, etc.) to reflect your changes
as needed. If appropriate, you can add a new markdown page to the
doc
folder to document your changes. - Submit a pull request with your changes.