From 2c11c3d6f903f96083cb54c6307ed3d3d532dcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Wed, 31 Jul 2024 13:58:53 +0200 Subject: [PATCH] fix(typo): fix typo on PR template (#4596) --- .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 5bd19122e3..03a13992f8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,7 @@ Please include a summary of the change and which issue is fixed. List any depend - 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 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 ### License