From 9fbcea856338d92dea5494b6b9d7140af01fcc08 Mon Sep 17 00:00:00 2001 From: Rajeshwar Reddy T <43972606+rthadur@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:16:16 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54b35c4acc8..8bf30747873 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +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.) +* 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 -- GitLab