aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2015-11-06 21:57:38 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-11-06 21:57:38 -0800
commit8bd3b38e662a1298bebcada676c7cc6e2ea49c0f (patch)
tree394e314734a9deb744800843367f4107c64e84fe /CONTRIBUTING.md
parentcd9e60c1cd8afef6e39b4b73525d64aee33b656b (diff)
TensorFlow: Upstream changes to git.
Changes: - Update a lot of documentation, installation instructions, requirements, etc. - Add RNN models directory for recurrent neural network examples to go along with the tutorials. Base CL: 107290480
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dbaf281844..98339fe54a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,3 +15,14 @@ Follow either of the two links above to access the appropriate CLA and instructi
***NOTE***: Only original source code from you and other people that have signed the CLA can be accepted into the main repository.
+## Contributing code
+
+We currently use Gerrit to host and handle code changes to TensorFlow. The main
+site is
+[https://tensorflow-review.googlesource.com/](https://tensorflow-review.googlesource.com/).
+See Gerrit [docs](https://gerrit-review.googlesource.com/Documentation/) for
+information on how Gerrit's code review system works.
+
+We are currently working on improving our external acceptance process, so
+please be patient with us as we work out the details.
+