8000 Document auto-closing keywords for PRs. by ezio-melotti · Pull Request #855 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 6 commits into from
Oct 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Document auto-closing keywords for PRs.
  • Loading branch information
ezio-melotti committed May 6, 2022
commit 48ffd3b86d53e4910ffe5a39869a2d74e75acc66
9 changes: 9 additions & 0 deletions gitbootcamp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,15 @@ Creating a Pull Request

6. Press the ``Create pull request`` button.

You should include the issue number (``GH-NNNN``) in the title and in the
body of the PR.

You might also use `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>`_
to automatically close the linked issue once the PR is merged, however you
should avoid them if other PRs need to be merged before the issue can be
closed (e.g. backports to other branches).

Updating your CPython Fork
--------------------------

Expand Down
0