From 1f83e4fe7b4fdbbed1ff7ef6bff26b50e87e66a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Fri, 30 Aug 2024 09:42:52 +0200 Subject: [PATCH] chore(pull-request): add check for backport (#4901) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 03a13992f8..19a908abea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,6 +14,7 @@ Please include a summary of the change and which issue is fixed. List any depend - If so, do we need to update permissions for the provider? Please review this carefully. - [ ] Review if the code is being covered by tests. - [ ] Review if code is being documented following this specification https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings +- [ ] Review if backport is needed. ### License