Skip to content

Commit

Permalink
DOC: chat-ops (pandas-dev#38754)
Browse files Browse the repository at this point in the history
  • Loading branch information
1nF0rmed authored and luckyvs1 committed Jan 20, 2021
1 parent e95dd5d commit 32435f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,17 @@ request by pushing to the branch on GitHub::

git push origin shiny-new-feature

Autofixing formatting errors
----------------------------

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

@github-actions pre-commit

on that pull request. This will trigger a workflow which will autofix formatting errors.

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

Expand Down
11 changes: 11 additions & 0 deletions doc/source/development/maintaining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@ Here are some things to check when reviewing a pull request.
for regression fixes and small bug fixes, the next minor milestone otherwise)
* Changes should comply with our :ref:`policies.version`.

Backporting
-----------

In the case you want to apply changes to a stable branch from a newer branch then you
can comment::

@meeseeksdev backport version-branch

This will trigger a workflow which will backport a given change to a branch
(e.g. @meeseeksdev backport 1.2.x)

Cleaning up old issues
----------------------

Expand Down

0 comments on commit 32435f2

Please sign in to comment.