Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Update backport instructions #178
Conversation
Remove the part about merging into master. Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this. Closes #173
| @@ -408,45 +408,25 @@ new features. The other branches only receive bug fixes or security fixes. | |||
|
|
|||
| .. _branch-merge: | |||
|
|
|||
| Backporting changes to Python 3.6 (or older version) | |||
| ---------------------------------------------------- | |||
| Backporting Changes to Older Version | |||
|
Thanks :) Updated. |
|
I think the part about prefixing PR title should stay for now. Not every core dev use cherry_picker.py yet :) |
|
A reasonable comment during the transition @berkerpeksag. Perhaps adding a small note about prefixing the PR title and marking it "legacy process" and the cherry_picker.py as the "preferred process". @Mariatta thoughts? |
|
Sounds reasonable :) I'm reviewing the other PR now, and will add back the PR prefix after. |
Remove the part about merging into master.
Remove the part about prefixing the PR title with
X.Y, cherry_picker.py already does this.Closes #173