Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DOC: minor tweaks to manual backport instructions#11186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

jklymak
Copy link
Member

PR Summary

A couple of minor tweaks to the backport instructions.

  • Changed the upstream remote name toupstream frommatplotlib since I think thats what we tell people to use in the rest of the docs.
  • outlined the conflict process a bit more.
  • made it clear what branch should be PR'd against.

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@jklymakjklymak added this to thev2.2-doc milestoneMay 7, 2018
@jklymakjklymakforce-pushed thedoc-manual-backport-tweaks branch fromf051132 toe2ea782CompareMay 7, 2018 18:15

git add lib/matplotlib/conflicted_file.py
git add lib/matplotlib/conflicted_file2.py
git commit -a -m "MRG: backport of SHA"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Don't think you should add-a. You've already added the files manually.

Copy link
Member

@timhoffmtimhoffmMay 7, 2018
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

  1. The message is in conflict with the text above: : "When doing backports please copy the form used by meeseekdev, Backport PR #XXXX: TITLE OF PR".
  2. Do we use prefixes like MRG for commit messages? If so, where's that documented?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks! Both comments fixed....

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

... good thing I self merged my mis-titled backport PR 😉

@jklymakjklymak closed thisMay 7, 2018
@jklymakjklymakforce-pushed thedoc-manual-backport-tweaks branch frome2ea782 to922c950CompareMay 7, 2018 20:05
@jklymakjklymak reopened thisMay 7, 2018
git cherry-pick -m 1 TARGET_SHA
# resolve conflicts and commit if required

Use your discretion to push directly to upstream or to open a PR.
The conflicts will have to be searched for by hand, (search on ``>>>>>``)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Conflicting files are shown ingit status, so conflicts only need to be searched in those file, not all of them.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Ah, OK, didn't know that. I'll change to suggesting that.

@jklymakjklymakforce-pushed thedoc-manual-backport-tweaks branch froma46d183 to6ea6958CompareMay 7, 2018 21:18
@jklymak
Copy link
MemberAuthor

@timhoffm
Copy link
Member

I tried the tutorial on#11188.

After fixing the changes, I had togit cherry-pick continue, which opens an editor for the merge message.

@jklymak
Copy link
MemberAuthor

Oh, didn’t know about that either. So did you have to commit as well? I.e. add, commit, continue, or just add and continue?

@timhoffm
Copy link
Member

I just did add, continue, push.

jklymak reacted with thumbs up emoji

@jklymakjklymakforce-pushed thedoc-manual-backport-tweaks branch from6ea6958 tob3d5b40CompareMay 7, 2018 23:37
@jklymak
Copy link
MemberAuthor

duly fixed...

@tacaswelltacaswell merged commitb38c382 intomatplotlib:masterMay 8, 2018
jklymak added a commit that referenced this pull requestMay 8, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic left review comments

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v2.2-doc
Development

Successfully merging this pull request may close these issues.

4 participants
@jklymak@timhoffm@QuLogic@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp