From 5c66c67173a6d9330c963d88ee85537f8c81f3d5 Mon Sep 17 00:00:00 2001 From: Devesh Vijay Patil Date: Sat, 9 Aug 2025 15:58:43 +0530 Subject: [PATCH] docs: enhance pull request template with detailed sections --- .github/pull_request_template.md | 48 ++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eedee70..617ed8c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,49 @@ -Resolves #[Issue Number if there] +## Description +Please include a summary of the change and the related issue. +Explain the motivation for this change and any relevant context. + + ### PR Fixes: -- 1 -- 2 +Resolves # (issue number) + +--- + +## Type of Change +Select all that apply: +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update +- [ ] Other (please describe): + +--- + +## Changes Made +- + +--- + +## Testing Steps +Describe the steps taken to test the changes: +1. +2. -### Checklist before requesting a review -- [ ] I have pull latest changes from `main` branch +--- + +## Screenshots (if applicable) +_Add screenshots to help explain your changes._ + +--- + +## Checklist before requesting a review +- [ ] I have pulled the latest changes from `main` branch - [ ] I have tested the changes locally - [ ] I have run `npm run lint:fix` locally - [ ] I have performed a self-review of my code - [ ] I assure there is no similar/duplicate pull request regarding same issue +- [ ] I have commented my code where necessary +- [ ] I have updated relevant documentation if needed + + + +