From da8887e5d4d772ecd52c40093e51ab69ab017271 Mon Sep 17 00:00:00 2001 From: Solomon Emmanuel Date: Tue, 8 Oct 2024 18:57:59 +0100 Subject: [PATCH 1/2] chore:pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bb84a734..3c0dfd25 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,11 +25,11 @@ Closes #[issue-number] --- -## Checklist +## Checklist (select as many as applicable) - [ ] I have thoroughly tested my changes. - [ ] The code follows the style guidelines of this project. -- [ ] I have added/updated relevant documentation (if applicable). +- [x] I have added/updated relevant documentation (if applicable). - [ ] I have added tests that prove my fix is effective or my feature works (if applicable). - [ ] All new and existing tests pass. - [ ] This pull request is ready to be merged and reviewed. @@ -38,19 +38,14 @@ Closes #[issue-number] ## Detailed Description -### Before & After -**Before:** +## How Has This Been Tested (select as many as applicable)? -**After:** - ---- - -## How Has This Been Tested? - -- Unit tests added for [specific module]. -- Manual testing performed on [platform/browser]. -- Verified using [CI pipeline] to ensure no regressions were introduced. +- [ ] Unit tests +- [ ] Integration tests +- [ ] End-to-end tests +- [ ] Manual testing on [platform/browser] +- [ ] Verified using [CI pipeline] --- From 81edd5cb374f4816df54559a957a2cf35f43d599 Mon Sep 17 00:00:00 2001 From: Solomon Emmanuel Date: Tue, 8 Oct 2024 19:03:05 +0100 Subject: [PATCH 2/2] fix: pull request template modified --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c0dfd25..d877f187 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,7 @@ ## Related Issues -Closes #[issue-number] +Closes # --- @@ -38,7 +38,6 @@ Closes #[issue-number] ## Detailed Description - ## How Has This Been Tested (select as many as applicable)? - [ ] Unit tests