Skip to content

fixes #502: include infromation about auto-closure of bpo isssues #701

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
5 changes: 5 additions & 0 deletions pullrequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ to explain in proper depth what has happened (detail should be good enough
that a core developer reading the commit message understands the
justification for the change).

Additionally, commit message when started with these words-
**close**, **closes**, **closed**, **closing**, **fix**, **fixes** or **fixed**
along with the issue number(bpo-NNN) like ``closes bpo-NNN: ....`` ensure
auto-closure of the issue in bug tracker as the PR containing the commit is merged.

Check :ref:`the git bootcamp <accepting-and-merging-a-pr>` for further
instructions on how the commit message should look like when merging a pull
request.
Expand Down