From 6bfffe46eaff679c3ef851990d5a282780b876ba Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Thu, 31 Jul 2025 09:17:43 +0530 Subject: [PATCH 1/7] fix: remove hardcoded issue reference from PR template --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..d132af32 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +# Description + +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Additionally, please include reasoning if tests have failed. + +## Type of change + +Please select everything applicable. Please, do not delete any lines. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update +- [ ] This change requires an update to testing + +## Issue + +- [ ] Is this related to a specific issue? If so, please specify: + +# Checklist: + +- [ ] This PR is up to date with the main branch, and merge conflicts have been resolved +- [ ] I have executed `npm run test` and `npm run test:e2e` and all tests have passed successfully or I have included details within my PR on the failure. +- [ ] I have executed `npm run lint` and resolved any outstanding errors. Most issues can be solved by executing `npm run format` +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] My changes generate no new warnings From a79854e802099efebaba6b016fcdc8c33f9c4b90 Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Thu, 14 Aug 2025 20:02:35 +0530 Subject: [PATCH 2/7] Update PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d132af32..6d3570ca 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,4 +24,4 @@ Please select everything applicable. Please, do not delete any lines. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] My changes generate no new warnings +- [ ] My changes generate no new warnings \ No newline at end of file From 59e8a57697104a1d6cb1aa4bc30269687a19a3f4 Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Thu, 14 Aug 2025 20:05:27 +0530 Subject: [PATCH 3/7] Move PR template to .github --- docs/pull_request_template.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 docs/pull_request_template.md diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md deleted file mode 100644 index d132af32..00000000 --- a/docs/pull_request_template.md +++ /dev/null @@ -1,27 +0,0 @@ -# Description - -Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Additionally, please include reasoning if tests have failed. - -## Type of change - -Please select everything applicable. Please, do not delete any lines. - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] This change requires a documentation update -- [ ] This change requires an update to testing - -## Issue - -- [ ] Is this related to a specific issue? If so, please specify: - -# Checklist: - -- [ ] This PR is up to date with the main branch, and merge conflicts have been resolved -- [ ] I have executed `npm run test` and `npm run test:e2e` and all tests have passed successfully or I have included details within my PR on the failure. -- [ ] I have executed `npm run lint` and resolved any outstanding errors. Most issues can be solved by executing `npm run format` -- [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] My changes generate no new warnings From 3f6d782c4e4b662e7a30b925f85f741b9755edd5 Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Thu, 14 Aug 2025 21:25:35 +0530 Subject: [PATCH 4/7] Add 'Resolves #' line to PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6d3570ca..768e3c95 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,7 @@ Please select everything applicable. Please, do not delete any lines. ## Issue - [ ] Is this related to a specific issue? If so, please specify: + Related to issue #532 # Checklist: From 2538aa251d495b9f4ab1bb723a0d03aabfce9270 Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Thu, 14 Aug 2025 21:42:36 +0530 Subject: [PATCH 5/7] Update PR template --- .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 768e3c95..99314d7b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ Please select everything applicable. Please, do not delete any lines. ## Issue - [ ] Is this related to a specific issue? If so, please specify: - Related to issue #532 + Resolves #532 # Checklist: @@ -25,4 +25,4 @@ Please select everything applicable. Please, do not delete any lines. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] My changes generate no new warnings \ No newline at end of file +- [ ] My changes generate no new warnings From d883fc196fc4195fa0da1f1b83d7c1d8a22331e2 Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Thu, 14 Aug 2025 21:46:54 +0530 Subject: [PATCH 6/7] Fix formatting of PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 99314d7b..875725cd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ Please select everything applicable. Please, do not delete any lines. ## Issue - [ ] Is this related to a specific issue? If so, please specify: - Resolves #532 + Resolves #532 # Checklist: From 04a5238b427e8cea89237208259b16843fba681d Mon Sep 17 00:00:00 2001 From: Absar Ahmad Date: Fri, 15 Aug 2025 17:30:07 +0530 Subject: [PATCH 7/7] Update PR template with dynamic issue placeholder --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 875725cd..3047f5a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ Please select everything applicable. Please, do not delete any lines. ## Issue - [ ] Is this related to a specific issue? If so, please specify: - Resolves #532 + Resolves #[add your issue number here, keep the `#`, delete this text and the `[]`] # Checklist: