From b8ca4aadc7228a359fccd8ae4394eefcce29e7a8 Mon Sep 17 00:00:00 2001 From: Kyle Lemons Date: Thu, 19 Jun 2014 23:14:30 -0700 Subject: [PATCH] Mention the Google CLA --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5e7f825..472793a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ Supported platforms include: Windows support is unconfirmed, but should work via cgo and [libusb-win32](http://sourceforge.net/apps/trac/libusb-win32/wiki). +Contributing +============ +Because I am a Google employee, contributing to this project will require signing the [Google CLA](https://developers.google.com/open-source/cla/individual?csw=1). +This is the same agreement that is required for contributing to Go itself, so if you have +already filled it out for that, you needn't fill it out again. +You will need to send me the email address that you used to sign the agreement +so that I can verify that it is on file before I can accept pull requests. + + Installation ============