diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3045a712ea6e1..756b7f06eb357e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,6 +84,10 @@ TensorFlow coding style. [tensorflow/addons](https://github.com/tensorflow/addons) to get some airtime before a decision is made regarding whether they are to be migrated to the core. +* As every PR requires several CPU/GPU hours of CI testing, we discourage + submitting PRs to fix one typo, one warning,etc. We recommend fixing the + same issue at the file level at least (e.g.: fix all typos in a file, fix + all compiler warning in a file, etc.) #### License