8000 command to start of bullet [ci doc] · oscargus/matplotlib@c12c9ae · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

< 8000 div class="position-relative HeaderMenu-link-wrap d-lg-inline-block">
Appearance settings

Commit c12c9ae

Browse files
committed
command to start of bullet [ci doc]
1 parent 77a5f65 commit c12c9ae

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

doc/devel/coding_guide.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -363,19 +363,18 @@ will run on all supported platforms and versions of Python.
363363
* If you know only a subset of CIs need to be run, this can be controlled on
364364
individual commits by including the following substrings in commit messages:
365365

366-
- If you only changed documentation, use ``[ci doc]`` to restrict the CI to
367-
documentation checks.
368-
- If you didn't change any documentation, use ``[skip circle]`` to skip the
369-
documentation build check.
366+
- ``[ci doc]``: restrict the CI to documentation checks. For when you only
367+
changed documentation.
368+
- ``[skip circle]``: skip the documentation build check. For when you didn't
369+
change documentation.
370370
- Unit tests can be turned off for individual platforms with
371371

372-
- GitHub Actions: ``[skip actions]``
373-
- AppVeyor: ``[skip appveyor]`` (must be in the first line of the commit)
374-
- Azure Pipelines: ``[skip azp]``
375-
376-
- If you know your changes do not need to be tested at all (this is very
377-
rare!), all CIs can be skipped by including ``[ci skip]`` or ``[skip ci]``.
372+
- ``[skip actions]``: GitHub Actions
373+
- ``[skip appveyor]`` (must be in the first line of the commit): AppVeyor
374+
- ``[skip azp]``: Azure Pipelines
378375

376+
- ``[ci skip]`` or ``[skip ci]``: skip all CIs. Use this only if you know
377+
your changes do not need to be tested at all (this is very rare!)
379378

380379
.. _pr-squashing:
381380

0 commit comments

Comments
 (0)
0