From ad886643ef2e2879b2fd3d41fe956197e053bf68 Mon Sep 17 00:00:00 2001 From: Ishaan <113186458+Ishaan2053@users.noreply.github.com> Date: Thu, 11 May 2023 09:44:50 +0530 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54fa7812..c8fca783 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ -# Google APIs for Mobile: Quickstarts +## Google APIs for Mobile: Quickstarts -A collection of quickstart samples demonstrating the Google APIs for -[Android](https://developers.google.com/android) and [iOS](https://developers.google.com/ios). +This repository contains a collection of quickstart samples demonstrating Google APIs for [Android](https://developers.google.com/android) and [iOS](https://developers.google.com/ios). ## How to make contributions? -Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md) +Please read and follow the steps in the [contribution guidelines](CONTRIBUTING.md). Conntributions not adhering to the guidelines will not be accepted. -[![Build Status](https://travis-ci.org/googlesamples/google-services.svg?branch=master)](https://travis-ci.org/googlesamples/google-services) +Also, do note that a **Contributor License Agreement** is required by Google in order to accept pull requests. + +## Contributor License Agreements + +Please fill out **either** the _individual_ or _corporate_ Contributor License Agreement (CLA): + +- If you are an individual writing original source code and you own the intellectual property, then you'll need to sign an [individual CLA](http://code.google.com/legal/individual-cla-v1.0.html). +- If you work for a company that allows you to contribute your work, then you'll need to sign a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html). + +Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Make sure to read through terms of the agreement. Once we receive it, we'll be able to accept your pull requests. + +