From 17d472cf011b90294c33ad0b2fa095fdfed72828 Mon Sep 17 00:00:00 2001 From: demon143 <59681577+demon143@users.noreply.github.com> Date: Sun, 26 Sep 2021 15:35:14 +0800 Subject: [PATCH] Update code_standard.rst (#587) * Update code_standard.rst * Update docs/developer/code_standard.rst Co-authored-by: you-n-g Co-authored-by: you-n-g --- docs/developer/code_standard.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer/code_standard.rst b/docs/developer/code_standard.rst index 5e14d5485..27da3bfd1 100644 --- a/docs/developer/code_standard.rst +++ b/docs/developer/code_standard.rst @@ -12,6 +12,8 @@ Continuous Integration ================================= Continuous Integration (CI) tools help you stick to the quality standards by running tests every time you push a new commit and reporting the results to a pull request. +When you submit a PR request, you can check whether your code passes the CI tests in the "check" section at the bottom of the web page. + A common error is the mixed use of space and tab. You can fix the bug by inputing the following code in the command line. .. code-block:: python