Add a reference to the API review practices

This commit is contained in:
bhack 2021-03-29 19:27:02 +02:00 committed by GitHub
parent 88335d541d
commit 0c644ff037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,8 @@ TensorFlow coding style.
[tensorflow/python](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/python).
TensorFlow has passed version 1.0 and hence cannot make
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
[following API review practices](https://github.com/tensorflow/community/blob/master/governance/api-reviews.md).
* When you contribute a new feature to TensorFlow, the maintenance burden is
(by default) transferred to the TensorFlow team. This means that the benefit
of the contribution must be compared against the cost of maintaining the