From 71503b553aabdb504b2658129b20d64b3120b3e7 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 31 Jul 2024 08:31:55 +0200 Subject: [PATCH] chore(pr-template): Add Checklist (#4586) --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c82e697a2..5bd19122e3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,11 +2,18 @@ Please include relevant motivation and context for this PR. +If fixes an issue please add it with `Fix #XXXX` ### Description Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. +### Checklist + +- Are there new checks included in this PR? Yes / No + - If so, do we need to update permissions for the provider? Please review this carefully. +- [ ] Review if the code is being covered by checks. +- [ ] Review if code is being documented following this specification https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings ### License