From 552282a663e5853ae3b0d0467045484a1ef5f04e Mon Sep 17 00:00:00 2001 From: Ondrej Dockal Date: Fri, 16 Feb 2024 17:02:27 +0100 Subject: [PATCH] docs: update PR template to consider tests (#6005) * docs: update PR template to consider tests, add checkbox for having test included Signed-off-by: Ondrej Dockal Co-authored-by: Florent BENOIT --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7b16bc1ee0d..095ddb1160f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,14 +2,17 @@ ### Screenshot / video of UI - ### What issues does this PR fix or reference? - ### How to test this PR? - + + +- [ ] Tests are covering the bug fix or the new feature