8000 DOC: add some more details · matplotlib/matplotlib@16e9eb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16e9eb6

Browse files
committed
DOC: add some more details
1 parent 4929a77 commit 16e9eb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/devel/coding_guide.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ commit to along with the SHA in a comment on the original PR.
206206

207207
Assuming we have ``matplotlib`` as a read-only remote to the
208208
matplotlib/matplotlib repo and ``DANGER`` as a read/write remote to
209-
the matplotlib/matplotlib repo, we do a backport from master to 2.x ::
209+
the matplotlib/matplotlib repo, we do a backport from master to 2.x.
210+
The ``TARGET_SHA`` is the hash of the merge commit you would like to
211+
backport. This can be read off of the github PR page (in the UI with
212+
the merge notification) or through the git CLI tools.::
210213

211214
git fetch matplotlib
212215
git checkout v2.x

0 commit comments

Comments
 (0)
0