From 8bd3b38e662a1298bebcada676c7cc6e2ea49c0f Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Fri, 6 Nov 2015 21:57:38 -0800 Subject: 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 --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CONTRIBUTING.md') 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. + -- cgit v1.2.3