From 336767665ef32f9d9a8d9994f4f24d8f3124450f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patricija=20Bre=C4=8Dko?= Date: Fri, 12 Sep 2025 15:04:01 +0200 Subject: [PATCH 1/2] Update pull request template --- .github/pull_request_template.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b8bc57b..b5f3ef0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,16 +4,13 @@ Use active voice and present tense, e.g., This commit fixes ... --> -# DevRev issue +## Connected Issues -# Documentation PR - +## Checklist + +- [ ] Code formatted and checked with `npm run lint` +- [ ] Added "How to test" section to this PR if needed From 5d89c248579c2b5b62b7b1301b80b6fc371560c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patricija=20Bre=C4=8Dko?= Date: Mon, 15 Sep 2025 16:18:44 +0200 Subject: [PATCH 2/2] Minor changes to the template --- .github/pull_request_template.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b5f3ef0..0bc3332 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,15 @@ # Description ## Connected Issues ## Checklist - -- [ ] Code formatted and checked with `npm run lint` -- [ ] Added "How to test" section to this PR if needed +- [ ] Tests added/updated and ran with `npm run test` OR no tests needed. +- [ ] Code formatted and checked with `npm run lint`. +- [ ] Added "How to test" section to the description OR this section is not needed.