Skip to content

Commit 3bfe3f4

Browse files
authored
DOC: chat-ops (#38726)
1 parent 9f1b72b commit 3bfe3f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/development/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ request by pushing to the branch on GitHub::
16131613
Autofixing formatting errors
16141614
----------------------------
16151615

1616-
We use several styling checks(e.g. ``black``, ``flake8``, ``isort``) which are run after
1616+
We use several styling checks(e.g. ``black``, ``flake8``, ``isort``) which are run after
16171617
you make a pull request. If there is a scenario where any of these checks fail then you
16181618
can comment::
16191619

@@ -1624,13 +1624,13 @@ on that pull request. This will trigger a workflow which will autofix formatting
16241624
Backporting (optional)
16251625
----------------------
16261626

1627-
In the case you want to apply changes to a stable branch from a newer branch then you
1627+
In the case you want to apply changes to a stable branch from a newer branch then you
16281628
can comment::
16291629

16301630
@meeseeksdev backport
16311631

16321632
This will trigger a workflow which will backport a given change to a branch
1633-
(e.g. @meeseeksdev backport 1.2.x)
1633+
(e.g. ``@meeseeksdev backport 1.2.x``)
16341634

16351635
Delete your merged branch (optional)
16361636
------------------------------------

0 commit comments

Comments
 (0)