Spellcheck @CONTRIBUTING.md

This commit is contained in:
Bastian Eichenberger 2019-07-13 14:09:17 +02:00 committed by GitHub
parent 3cb03d0936
commit 55963867b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,13 +75,13 @@ TensorFlow coding style.
non-backward-compatible API changes without a major release. Reviewers of non-backward-compatible API changes without a major release. Reviewers of
your pull request will comment on any API compatibility issues. your pull request will comment on any API compatibility issues.
* When you contribute a new feature to TensorFlow, the maintenance burden is * When you contribute a new feature to TensorFlow, the maintenance burden is
(by default) transferred to the TensorFlow team. This means that benefit of (by default) transferred to the TensorFlow team. This means that the benefit of
the contribution must be compared against the cost of maintaining the the contribution must be compared against the cost of maintaining the
feature. feature.
* Full new features (e.g., a new op implementing a cutting-edge algorithm) * Full new features (e.g., a new op implementing a cutting-edge algorithm)
typically will live in typically will live in
[tensorflow/addons](https://github.com/tensorflow/addons) to get some [tensorflow/addons](https://github.com/tensorflow/addons) to get some
airtime before decision is made regarding whether they are to be migrated to airtime before a decision is made regarding whether they are to be migrated to
the core. the core.
#### License #### License