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 the section about backporting changes #173
Comments
|
I'd suggest updating it to show using |
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
* Update backport instructions 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 * hash -> hashes * add `an`
The section:
http://cpython-devguide.readthedocs.io/committing.html?highlight=backport#backporting-changes-to-python-3-6-or-older-version
has instructions on how to apply a patch to master, which is not desirable in the current workflow. We should be working on branches other than master.
I think this should be updated somehow. Maybe also consider merging it with the next section http://cpython-devguide.readthedocs.io/committing.html?highlight=backport#backport-and-cherry-pick-labels
The text was updated successfully, but these errors were encountered: