Skip to content

Commit d84df16

Browse files
committed
fixed contribution guidelines
1 parent 2195aea commit d84df16

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

CONTRIBUTING.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Contributing guidelines
22

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

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

1013
### Contributor License Agreements
1114

12-
We'd love to accept your patches! Before we can take them, we have to jump a couple of legal hurdles.
13-
1415
Please fill out either the individual or corporate Contributor License Agreement (CLA).
1516

1617
* 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).
@@ -20,15 +21,3 @@ Follow either of the two links above to access the appropriate CLA and instructi
2021

2122
***NOTE***: Only original source code from you and other people that have signed the CLA can be accepted into the repository.
2223

23-
### Contributing code
24-
25-
If you have improvements to TensorFlow, send us your pull requests! For those
26-
just getting started, Github has a [howto](https://help.github.com/articles/using-pull-requests/).
27-
28-
If you want to contribute but you're not sure where to start, take a look at the
29-
[issues with the "contributions welcome" label](https://github.com/tensorflow/tensorflow/labels/contributions%20welcome).
30-
These are issues that we believe are particularly well suited for outside
31-
contributions, often because we probably won't get to them right now. If you
32-
decide to start on an issue, leave a comment so that other people know that
33-
you're working on it. If you want to help out, but not alone, use the issue
34-
comment thread to coordinate.

0 commit comments

Comments
 (0)