Skip to content

Commit 9f1b72b

Browse files
committed
Fixes #38726
1 parent 26a679a commit 9f1b72b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/source/development/contributing.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,28 @@ request by pushing to the branch on GitHub::
16101610

16111611
git push origin shiny-new-feature
16121612

1613+
Autofixing formatting errors
1614+
----------------------------
1615+
1616+
We use several styling checks(e.g. ``black``, ``flake8``, ``isort``) which are run after
1617+
you make a pull request. If there is a scenario where any of these checks fail then you
1618+
can comment::
1619+
1620+
@githubactions pre-commit
1621+
1622+
on that pull request. This will trigger a workflow which will autofix formatting errors.
1623+
1624+
Backporting (optional)
1625+
----------------------
1626+
1627+
In the case you want to apply changes to a stable branch from a newer branch then you
1628+
can comment::
1629+
1630+
@meeseeksdev backport
1631+
1632+
This will trigger a workflow which will backport a given change to a branch
1633+
(e.g. @meeseeksdev backport 1.2.x)
1634+
16131635
Delete your merged branch (optional)
16141636
------------------------------------
16151637

0 commit comments

Comments
 (0)