From 053be18f38be3c8d1ed0a144b93c01deb4c34740 Mon Sep 17 00:00:00 2001 From: Robert Olejnik Date: Fri, 15 Mar 2024 12:42:19 +0100 Subject: [PATCH] Update pull_request_template.md --- .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 a2ee4d9d3..ef18c101e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,7 @@ Please include a summary of the changes and the related issue. Please also inclu # Dev Branch Merge Checklist: +- [ ] If testing requires changes in the environment or deployment please update the documentation first and attach the link to the documentation section in this pool request - [ ] I have prepared end-to-end tests for all new functionalities - [ ] I have performed end-to-end tests manually and they work - [ ] New and existing unit tests pass locally with my changes