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 + + + +