Problem Statement
Currently the repository does not provide a default pull request template. This makes PR descriptions less consistent and can leave reviewers without important context such as the type of change, related issue, changes made, testing performed, checklist confirmation, or screenshots for UI changes.
Proposed Solution
Add a GitHub pull request template at .github/PULL_REQUEST_TEMPLATE.md, .
The template should include sections for:
- Description
- Type of Change
- Related Issues
- Changes Made
- Testing
- Checklist
- Screenshots, if applicable
Alternatives Considered
Contributors can manually write PR descriptions, but this often leads to missing details and extra reviewer follow-up. A shared template keeps the review process faster and more consistent.
Additional Context
Reference template example:
PULL_REQUEST_TEMPLATE.md
Implementation Ideas
Create:
.github/PULL_REQUEST_TEMPLATE.md
Problem Statement
Currently the repository does not provide a default pull request template. This makes PR descriptions less consistent and can leave reviewers without important context such as the type of change, related issue, changes made, testing performed, checklist confirmation, or screenshots for UI changes.
Proposed Solution
Add a GitHub pull request template at
.github/PULL_REQUEST_TEMPLATE.md, .The template should include sections for:
Alternatives Considered
Contributors can manually write PR descriptions, but this often leads to missing details and extra reviewer follow-up. A shared template keeps the review process faster and more consistent.
Additional Context
Reference template example:
PULL_REQUEST_TEMPLATE.md
Implementation Ideas
Create: