Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 1.07 KB

Contributing

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:

  1. Fork this repository.
  2. Follow existing coding conventions and styles to keep the code as readable as possible.
  3. Comment your code so others can understand it easily.
  4. Update the associated docs (README, reference, etc.) to reflect your changes as needed. If appropriate, you can add a new markdown page to the docs folder to document your changes.
  5. Submit a pull request with your changes.