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
Prev Previous commit
Make sentence more explicit.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
ezio-melotti and AlexWaygood authored Aug 21, 2022
commit 30b5f7dfd23a0140b09df04c287a81e62766e5db
4 changes: 2 additions & 2 deletions getting-started/git-boot-camp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ 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.
backports to other branches), so this features is only useful if
you know for sure that a single PR is enough to address and close the issue.

.. _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
Expand Down
0