|
1 |
| -# Contributing guidelines |
| 1 | +# Contributing |
2 | 2 |
|
3 |
| -To contribute to the TensorFlow examples, please send us a pull request. If you |
4 |
| -are new to pull requests, read GitHub's |
5 |
| -[About pull requests](https://help.github.com/articles/using-pull-requests/) guide. |
| 3 | +You don't need to be a developer to make a significant |
| 4 | +impact on TensorFlow documentation and examples-—just a |
| 5 | +[GitHubaccount](https://github.com/). |
6 | 6 |
|
7 |
| -The documentation and code in this repository is licensed under the |
8 |
| -[Apache License 2.0](LICENSE). |
| 7 | +Questions about TensorFlow usage are best addressed on |
| 8 | +[StackOverflow](https://stackoverflow.com/questions/tagged/tensorflow) or the |
| 9 | +[[email protected]](https://groups.google.com/a/tensorflow.org/forum/#!forum/discuss) |
| 10 | +mailing list. |
9 | 11 |
|
10 |
| -For more details, see the |
11 |
| -[TensorFlow contributing guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md). |
| 12 | +To contribute to the TensorFlow code repositories, see the |
| 13 | +[Contributing to TensorFlow](https://www.tensorflow.org/community/contributing) guide |
| 14 | +and the |
| 15 | +[TensorFlow contribution guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md). |
12 | 16 |
|
13 |
| -### Contributor License Agreements |
| 17 | +## Contributor License Agreements |
14 | 18 |
|
15 |
| -We love patches! So we can publish your changes, you must sign either the |
16 |
| -individual or corporate Contributor License Agreement (CLA). |
| 19 | +We love patches! To publish your changes, you must sign either the individual or |
| 20 | +corporate Contributor License Agreement (CLA): |
17 | 21 |
|
18 | 22 | * If you are an individual writing original documentation or source code and
|
19 | 23 | you're sure you own the intellectual property, sign an
|
20 | 24 | [individual CLA](http://code.google.com/legal/individual-cla-v1.0.html).
|
21 | 25 | * If you work for a company that wants to allow you to contribute your work, sign
|
22 | 26 | a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html).
|
23 | 27 |
|
24 |
| -These links have instructions on how to sign and return the CLA. Once we receive |
25 |
| -the CLA, we can accept your pull requests. |
| 28 | +We can accept your pull requests after you sign the CLA. We can only receive |
| 29 | +original documentation and source code from you and other people that have |
| 30 | +signed the CLA. |
26 | 31 |
|
27 |
| -Note: We can only accept original documentation and source code from you and |
28 |
| -other people that have signed the CLA. |
| 32 | + |
| 33 | +# Pull requests |
| 34 | + |
| 35 | +To contribute documentation or code, please send us a pull request. If you are new to |
| 36 | +pull requests, read GitHub's |
| 37 | +[Creating a pull request from a fork](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) |
| 38 | +guide. |
| 39 | + |
| 40 | +Notebooks can be viewed, edited, and run in |
| 41 | +[Colab](https://colab.research.google.com/notebooks/welcome.ipynb) by passing |
| 42 | +the GitHub path as a URL parameter. For example, open the notebook at |
| 43 | +https://github.com/tensorflow/docs/blob/r1.11/site/en/tutorials/keras/basic_classification.ipynb |
| 44 | +in Colab here: |
| 45 | +https://colab.research.google.com/github/tensorflow/docs/blob/r1.11/site/en/tutorials/keras/basic_classification.ipynb |
| 46 | + |
| 47 | +The [Open in Colab](https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo) |
| 48 | +Chrome extension will automatically perform the URL substitution. |
0 commit comments