-
-
Notifications
You must be signed in to change notification settings - Fork 853
Document auto-closing keywords for PRs. #855
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
Changes from 5 commits
48ffd3b
e8f7e6a
34d2080
7a799a2
a279ae1
30b5f7d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -283,6 +283,28 @@ Creating a Pull Request | |
|
||
6. Press the ``Create pull request`` button. | ||
|
||
You should include the issue number in the title of the PR, | ||
in the format ``gh-NNNNN: <PR Title>``. | ||
|
||
Linking to Issues and Pull Requests | ||
----------------------------------- | ||
|
||
You can link to issues and pull requests using ``gh-NNNNN`` (this form is | ||
preferred over ``#NNNNN``). If the reference appears in a list, the link | ||
will be expanded to show the status and title of the issue/PR. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, is that really what triggers this? I've gotten inconsistent results in my resent testing, with links sometimes expanding and sometimes not in and outside of lists, even in the same spot. I'd be very curious to know. Also, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I think so, and it took me a while to figure that out too. ISTM that references like
But not in paragraphs like this (#855) or quotes like Do you have any counterexamples?
I've seen that and I think it's just a bug in GitHub. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ah, I misinterpreted what you said originally to mean just bullets with no other text, when I was seeing them both with and without—silly me.
Not any others that I can reliably reproduce—I believe the behavior I saw (on the What's New issues) when I was trying to figure this out might have perhaps just been a combination of an issue where the link wasn't getting created as above when the linked issue hadn't been created when I loaded the page, and/or just not being totally sure what caused it when testing a number of things (particularly There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. One side note that came up during some related testing—AFAIK, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In #946 (review) the ref is not expanded, maybe because it's in a review? Screenshot showing both the unexpanded list, and the popup on the first ref which confirms the ref is correct: |
||
|
||
When you create a PR that includes ``gh-NNNNN`` in the title, `bedevere`_ | ||
will automatically add a link to the issue in the first message. | ||
|
||
In addition, pull requests support `special keywords`_ that can be used to | ||
link to an issue and automatically close it when the PR is merged. | ||
However, issues often require multiple PRs before they can be closed (e.g. | ||
backports to other branches), so this features is only useful when | ||
a single PR is enough to address and close the issue. | ||
ezio-melotti marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
.. _bedevere: https://github.com/python/bedevere | ||
.. _special keywords: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword | ||
|
||
Updating your CPython Fork | ||
-------------------------- | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.