From a9e7c82c23bab66ea48b55bbd7ffd5f61f1b33bc Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Wed, 5 Aug 2015 16:55:40 -0700 Subject: [PATCH] Create CONTRIBUTING --- CONTRIBUTING | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 000000000..b2c88e320 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,10 @@ +We welcome your code contributions. + +For us to accept them, please sign the Google Contributor License Agreement first and let us know. Otherwise, we are unable to accept them. + +You can find the individual and organization level CLAs here: + +Individual: https://cla.developers.google.com/about/google-individual +Organization: https://cla.developers.google.com/about/google-corporate + +Thanks again for contributing code!