Skip to content

Commit e85d078

Browse files
authored
DOC: chat-ops (#38754)
1 parent 52bdfdc commit e85d078

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

doc/source/development/contributing.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,17 @@ 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+
@github-actions pre-commit
1621+
1622+
on that pull request. This will trigger a workflow which will autofix formatting errors.
1623+
16131624
Delete your merged branch (optional)
16141625
------------------------------------
16151626

doc/source/development/maintaining.rst

+11
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,17 @@ Here are some things to check when reviewing a pull request.
151151
for regression fixes and small bug fixes, the next minor milestone otherwise)
152152
* Changes should comply with our :ref:`policies.version`.
153153

154+
Backporting
155+
-----------
156+
157+
In the case you want to apply changes to a stable branch from a newer branch then you
158+
can comment::
159+
160+
@meeseeksdev backport version-branch
161+
162+
This will trigger a workflow which will backport a given change to a branch
163+
(e.g. @meeseeksdev backport 1.2.x)
164+
154165
Cleaning up old issues
155166
----------------------
156167

0 commit comments

Comments
 (0)