From c0c815a1b6b3c44aeb2c4b073c976c07bebb683b Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 4 Apr 2023 12:49:18 +0100 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.