From 77803d382623eada23ecf855dc9b3aec6b2cde69 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 7 May 2015 11:14:31 -0700 Subject: [PATCH] Add a note at the top of the SDK README.md to explain how to contribute to the Sky SDK. I will also disable issues on the sky_sdk repo. R=abarth@chromium.org, ianh@google.com Review URL: https://codereview.chromium.org/1135553002 --- sdk/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sdk/README.md b/sdk/README.md index 99df55c673d..93be1628d27 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -1,3 +1,14 @@ +Contributing +============ + +[sky_sdk](https://github.com/domokit/sky_sdk) is generated from the +[mojo repository](https://github.com/domokit/mojo) using +[deploy_sdk.py](https://github.com/domokit/mojo/blob/master/sky/tools/deploy_sdk.py) +Static files (including this README.md) are located under +[sky/sdk](https://github.com/domokit/mojo/tree/master/sky/sdk). Pull +requests and issue reports are glady accepted at the +[mojo repository](https://github.com/domokit/mojo)! + Sky ===