Skip to content

Commit feea3ce

Browse files
demon143you-n-g
andauthored
Update code_standard.rst (microsoft#587)
* Update code_standard.rst * Update docs/developer/code_standard.rst Co-authored-by: you-n-g <[email protected]> Co-authored-by: you-n-g <[email protected]>
1 parent 5877256 commit feea3ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)