From 9240ad37ab7440931777ffe93d9a095d8a833028 Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Thu, 3 Jul 2025 09:39:29 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md cut it down a lot --- .github/PULL_REQUEST_TEMPLATE.md | 36 +------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c8ef84445..5215c557d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,43 +1,9 @@ -# Bug Fix PR Template - ## Summary -Provide a concise description of the bug and the fix. - -## Issue Link - -Link to the issue being addressed. - -## Root Cause Analysis - -Detail the root cause of the bug and how it was identified. - -## Changes - -Outline the changes made to fix the bug. - -## Impact - -Describe any implications this fix may have on other parts of the application. - -## Testing Strategy - -Explain how the fix has been tested to ensure the bug is resolved without introducing new issues. - -## Regression Risk - -Assess the risk of regression caused by this fix and steps taken to mitigate it. +Provide description of the bug (if an issue exists, link to it) and the fix. ## Checklist -- [ ] The fix has been locally tested - - [ ] The fix meets the codestyle requirements - - [ ] New unit tests have been added to prevent future regressions - - [ ] The documentation has been updated if necessary - -## Additional Notes - -Any further information needed to understand the fix or its impact.