From b65daa165d0c1afbd104ad5147ba10c17b6990b6 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 23 Mar 2023 11:48:33 +0100 Subject: [PATCH] update pr template (#1610) --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0fab1e81..0c858069 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,6 @@ ## Checklist -- [ ] Tests updated -- [ ] Documentation added -- [ ] `CHANGELOG.md` updated +- [ ] Unit, integration, and e2e (if applicable) tests updated +- [ ] Documentation added (or `pr:no public docs` PR label added if not required) +- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)