From 1a2e18737400e7df24eb27c67344fe6f40b5facc Mon Sep 17 00:00:00 2001 From: Jan Lewandowski <lewandowski.jan@o2.pl> Date: Thu, 13 Feb 2025 10:46:50 +0100 Subject: [PATCH 1/2] fix: pr template --- .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 bc3ed887a..542f0302f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,7 +14,9 @@ - Update any related documentation. --> -## What type of PR is this? (check all applicable) +## What type of PR is this? + +Please delete options that are not relevant. - [ ] Refactor - [ ] Feature @@ -31,6 +33,8 @@ ## Added/updated tests? +Please delete options that are not relevant. + - [ ] Yes - [ ] No, because why: _justify why you didn't add tests_ - [ ] I need help with writing tests From 07c30a272c04e7c2e8b64f69680ff56967a0e0b0 Mon Sep 17 00:00:00 2001 From: Jan Lewandowski <lewandowski.jan@o2.pl> Date: Fri, 14 Feb 2025 12:37:45 +0100 Subject: [PATCH 2/2] make instructions comments --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 542f0302f..b51a947f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,7 +16,7 @@ ## What type of PR is this? -Please delete options that are not relevant. +<!-- Please delete options that are not relevant. --> - [ ] Refactor - [ ] Feature @@ -33,7 +33,7 @@ Please delete options that are not relevant. ## Added/updated tests? -Please delete options that are not relevant. +<!-- Please delete options that are not relevant. --> - [ ] Yes - [ ] No, because why: _justify why you didn't add tests_