Skip to content

Commit

Permalink
fixed contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwicke committed Jan 20, 2016
1 parent 2195aea commit d84df16
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Contributing guidelines

If you have created a model and would like to publish it here, please send us a
pull request. The code for any model in this repository is licensed under the
Apache License 2.0.
pull request. For those just getting started with pull reuests, GitHub has a
[howto](https://help.github.com/articles/using-pull-requests/).

The code for any model in this repository is licensed under the Apache License
2.0.

In order to accept our code, we have to make sure that we can publish your code:
You have to sign a Contributor License Agreement (CLA).

### Contributor License Agreements

We'd love to accept your patches! Before we can take them, we have to jump a couple of legal hurdles.

Please fill out either the individual or corporate Contributor License Agreement (CLA).

* If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA](http://code.google.com/legal/individual-cla-v1.0.html).
Expand All @@ -20,15 +21,3 @@ 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 repository.

### 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.

0 comments on commit d84df16

Please sign in to comment.