-
-
Notifications
You must be signed in to change notification settings - Fork 782
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to Lifecycle of a pull request #1358
Comments
My 2 cents: I don't like having However, the first and last points are worth mentioning (because otherwise the CI/CD is really unhappy). Some precision: while I understand the "making good commits" section, this is usually fine if you only have a single commit or and likely don't modify more things afterwards. After a review, it is common to update typos or address reviews and I honestly don't think that adding For the branch, I think it's essentially for you to remember which branch you are working on. My local branches are sometimes named differently than my remote branches just for triaging them (I mean, if you have many "fix-bug-in-this-module" branches you don't necessarily remember which issue you are working on...) |
As a core developer merging PRs, I don't really care what you name your branch; it doesn't affect me. The main way commit messages matter is that they affect the final commit message that will get used when I merge the PR. GitHub gives a text box pre-filled with the existing commits. I usually just remove all but the first one (since they're mostly going to be small fixes and cleanups), so it doesn't really matter to me what you put there. |
We don't need a branch naming convention, since we do not create branches on the This information could be included in the devguide using a better wording. |
I write this issue as a feedback from Euro Python 2024 sprint to denote troubles I encountered as I contributed to cpython.
Describe the enhancement or feature you'd like
Missing content in "Lifecycle of a pull request" https://devguide.python.org/getting-started/pull-request-lifecycle/
NEWS.d
record. It's just very briefly mentioned inpatchcheck
.gh-<number>-<name>
.gh-<number>
should be included in the commit message.gh-<number>
should be included in the PR title.Describe alternatives you've considered
None.
The text was updated successfully, but these errors were encountered: