Contributing to the Google API Client Library for .NET
Stay organized with collections
Save and categorize content based on your preferences.
Contributor License Agreements (CLAs)
Before we can accept your code patches, you need to submit either an individual
or a corporate Contributor License Agreement (CLA):
- If you are an individual writing original source code and you're certain
that you own the intellectual property, submit an
individual CLA.
- If you work for a company, your company must submit a corporate CLA
to indicate that you are allowed to contribute your work to this client library.
Follow either of the two links above to access the appropriate CLA and
instructions for how to sign and return it. Once we receive it, we can add you
to the official list of contributors.
Overview of submitting patches
To contribute code to this project, follow these general steps:
- Sign a Contributor License Agreement, as described above.
- Fork the GitHub repository, clone your fork locally, and work on it.
- Create a new issue in GitHub if there isn't one already to describe the feature or problem
that your change addresses.
- Push your change back to your fork, and create a pull request for the change. Please
refer to the GitHub issue in the commit message.
- One of the repository maintainers will review your change, potentially asking for further changes, and merging it when it is ready.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["Contributors must submit either an individual or corporate Contributor License Agreement (CLA) before code contributions can be accepted."],["Individual CLAs are for those who own the intellectual property of their original source code, while corporate CLAs are for contributions made as part of company work."],["Contributing code involves signing a CLA, forking the repository, creating an issue or using an existing one, pushing changes, and creating a pull request referencing the issue."]]],[]]