Skip to content

Commit 17d472c

Browse files
demon143you-n-g
andauthored
Update code_standard.rst (#587)
* Update code_standard.rst * Update docs/developer/code_standard.rst Co-authored-by: you-n-g <you-n-g@users.noreply.github.com> Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
1 parent c500a01 commit 17d472c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/developer/code_standard.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Continuous Integration
1212
=================================
1313
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.
1414

15+
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.
16+
1517
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.
1618

1719
.. code-block:: python

0 commit comments

Comments
 (0)