diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 80cf79224fb6..f6dd89a39713 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,5 +8,5 @@ Please provide a paragraph or two giving a summary of the change, including rele - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to the issue(s) that it resolves. - [ ] There are no unexpected formatting changes, superfluous debug logs, or commented-out code. -- [ ] The branch has been rebased against the head of its merge target. +- [ ] The branch has been merged or rebased against the head of its merge target. - [ ] I'm happy for the PR to be merged at the reviewer's next convenience.