Skip to content
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

avoid linking keywords in PR template #2003

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

melange396
Copy link
Contributor

Certain phrasing in a PR can "link" it to a particular issue. Merging a PR that is "linked" to an issue will automatically close that issue. This can be handy, but it can also be problematic if the issue is closed unintentionally, like when a PR does not completely cover all of the points made in the issue. For examples of this, see: #1676 (comment) and #1973 (comment) . The automatic closing behavior can not be disabled, though it is a commonly requested feature. This PR removes those linking keywords from the template to reduce the possibility of an undesired linking.

@melange396 melange396 added bug Something isn't working documentation Improvements or additions to documentation labels Jul 25, 2024
@melange396 melange396 requested a review from dshemetov July 25, 2024 17:49
@melange396 melange396 merged commit f11ca4e into main Jul 26, 2024
16 checks passed
@melange396 melange396 deleted the pr_template_keyword_removal branch July 26, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants