fixes #502: include infromation about auto-closure of bpo isssues#701
fixes #502: include infromation about auto-closure of bpo isssues#701kumiDa wants to merge 1 commit intopython:mainfrom
Conversation
Feature that was included in PEP-595 to automatically close issue in the bug tracker when a PR with commit message including words like- close, closes, closed, closing, fix, fixes or fixed being used with issue number is merged is documented in the devguide.
|
@hugovk, the CLA is signed...still the CLA signing status is stated as expected. |
JelleZijlstra
left a comment
There was a problem hiding this comment.
This still talks about bpo, which is no longer relevant.
Additionally, it would fit better at https://devguide.python.org/gitbootcamp/#accepting-and-merging-a-pr where we already talk about commit messages.
|
Closing since we now migrated to GitHub. |
|
But GitHub has a similar feature. Is that documented? |
Apparently not. Recently there was a discussion about the fact that using the auto-closing keywords is not always desirable, e.g.:
In these cases it might be better to avoid keywords and just close the issue manually once all the relevant PRs are merged. Both the keywords and recommendations on where they should be used/avoid can be documented. I would really like to see sections with basic instructions/tips/reference for all the tools we use, but I'm still not sure what would be the best way to organize this. |
Fixes #502
Feature that was included in PEP-595 to automatically close issue
in the bug tracker when a PR with commit message including words like-
close, closes, closed, closing, fix, fixes or fixed being used with
issue number is merged is documented in the devguide.