Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 1.23 KB

Leia em Português-Brasileiro

How to become a contributor and submit your own code

Contributor License Agreements

We'd love to accept your sample apps and patches! Before we can take them, we have to jump a couple of legal hurdles.

Please make sure that you conforms with at least one of the cases below:

  • You are an individual writing original source code and you're sure you own the intellectual property.
  • You work for a company that wants to allow you to contribute your work.

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owner will respond to your issue promptly and state if your proposed change is accepted
  3. Fork the desired repo, develop and test your code changes.
  4. Ensure that your code adheres to the existing style in the sample to which you are contributing. Refer to the "Style guides for Google-originated open-source projects" for the recommended coding standards for this organization.
  5. Ensure that your code has an appropriate set of unit tests which all pass.
  6. Submit a pull request.