From fe42cb6ebde22a08ee93a915156c4cbe19ec7791 Mon Sep 17 00:00:00 2001 From: Andrew Ferlitsch Date: Tue, 14 Mar 2023 21:46:43 +0000 Subject: [PATCH] fix: one notebook rule --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93333dadc..ba74e6276 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,8 +44,10 @@ Finally, run this code block to check for errors. Each step will attempt to automatically fix any issues. If the fixes can't be performed automatically, then you will need to manually address them before submitting your PR. +Note: For official, only submit one notebook per PR. + ```shell -docker run -v ${PWD}:/setup/app gcr.io/cloud-devrel-public-resources/notebook_linter:latest +docker run -v ${PWD}:/setup/app gcr.io/cloud-devrel-public-resources/notebook_linter:latest your_notebook ``` ## Code Reviews