aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2015-12-17 17:27:36 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-17 17:27:36 -0800
commit661530b3c01be63ab90919834d53a838a834bcf7 (patch)
tree51f93781a9da6820ea4b3fe01753fec2ad67f48b /CONTRIBUTING.md
parent1d811884f7a70cedd730c0799e9b2682c84dc0aa (diff)
Change contributing.md for new contribution policy.
Change: 110504506
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 98339fe54a..36f2f9808e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,14 +15,15 @@ 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.
-
+### Contributing code
+
+If you have improvements to TensorFlow, send us your pull requests! For those
+just getting started, Github has a [howto](https://help.github.com/articles/using-pull-requests/).
+
+If you want to contribute but you're not sure where to start, take a look at the
+[issues with the "contributions welcome" label](https://github.com/tensorflow/tensorflow/labels/contributions%20welcome).
+These are issues that we believe are particularly well suited for outside
+contributions, often because we probably won't get to them right now. If you
+decide to start on an issue, leave a comment so that other people know that
+you're working on it. If you want to help out, but not alone, use the issue
+comment thread to coordinate.