From c12d7fb3803d2e3b8eda8ae332e08d1e8b7c7898 Mon Sep 17 00:00:00 2001 From: Brad Rees <34135411+BradReesWork@users.noreply.github.com> Date: Fri, 8 May 2020 15:41:18 -0400 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Seunghwa Kang <45857425+seunghwak@users.noreply.github.com> --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de0b561e44f..ad04484c5f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -148,7 +148,7 @@ others know you are working on it. If you have any questions related to the implementation of the issue, ask them in the issue instead of the PR. -### Style Guild +### Style Guide All Python code most pass flake8 style checking All C++ code must pass clang style checking All code must adhere to the [RAPIDS Style Guide](https://docs.rapids.ai/resources/style/) @@ -159,4 +159,3 @@ All code must have associate test cases. Code without test will not be accepted -