diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c8df7b67845..823db0eab1d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,5 @@ + @@ -18,7 +20,7 @@ In case of bug fixes, please provide the list of supported branches where this fix should be also merged. Please uncomment following line, adjusting the corresponding target branches for the backport. --> - + @@ -41,6 +43,7 @@ ## Reviewer Checklist - [ ] The PR has a milestone assigned. +- [ ] The title and description correctly express the PR's purpose. - [ ] Check contributor checklist is correct. - [ ] Check CI results: changes do not issue any warning. - [ ] Check CI results: failing tests are unrelated with the changes.