From 83975f1ba46c4c6c68c6577306f782dd6bf5d1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:39:56 +0100 Subject: [PATCH] Add testing requirement to PR template (#104) --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1a42c76f8..799059805 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,9 +14,13 @@ Please check the relevant option(s): - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) -- [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [ ] Documentation update required (this change requires an update to the documentation) +## Prerequisites +The following efforts must be made for the PR to be considered. Please check when completed: +- [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) +- [ ] Testing performed (I have tested my changes, ensuring everything works as expected) + ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here.