From 69fd2d0813b66b20c9f5981c81f070735bb15eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Dom=C3=ADnguez=20L=C3=B3pez?= <116071334+Mario-DL@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:56:02 +0100 Subject: [PATCH] Update PR template to include check for PR description, title and backports (#4215) Signed-off-by: Mario Dominguez (cherry picked from commit dbbb46532068e6c79f9c7c7240b91cce5d7a2581) --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.