Say contributors have to click through the CLA
authorDavid Neto <dneto@google.com>
Fri, 2 Sep 2016 14:29:14 +0000 (10:29 -0400)
committerDavid Neto <dneto@google.com>
Wed, 7 Sep 2016 15:04:56 +0000 (11:04 -0400)
README.md

index e563539..e397c6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,6 +62,9 @@ at https://github.com/KhronosGroup/SPIRV-Tools.
 
 Contributions via merge request are welcome. Changes should:
 * Be provided under the [Apache 2.0](#license).
+  You'll be prompted with a one-time "click-through" Contributor's License
+  Agreement (CLA) dialog as part of submitting your pull request or
+  other contribution to GitHub.
 * Include tests to cover updated functionality.
 * C++ code should follow the [Google C++ Style Guide][cpp-style-guide].
 * Code should be formatted with `clang-format`.  Settings are defined by