diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9350e6e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,65 @@ +### 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. + +Fixes # (issue) + +### Type of Change + +- [ ] bugfix +- [ ] feature +- [ ] enhancement +- [ ] refactor +- [ ] style +- [ ] docs +- [ ] chore + +### Scope + +- [ ] frontend +- [ ] backend +- [ ] fullstack +- [ ] infra +- [ ] tests +- [ ] UI/UX + +### Priority + +- [ ] high-priority +- [ ] medium-priority +- [ ] low-priority + +### Specific Changes + +- [ ] variable-rename +- [ ] linter-fix +- [ ] prettier-fix + +### Dependencies + +- [ ] blocked +- [ ] blocking + +### Mandatory Reviewers + +@Code-Quality-UI-Specialist +@Architecture-Design-Reviewer +@Cloud-Infrastructure-Reviewer +@Testing-Specialist +@UI-UX-Reviewer +@Tech-Leader + +### Checklist + +- [ ] 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 +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] New and existing unit tests pass locally with my changes +- [ ] Any dependent changes have been merged and published in downstream modules + +### Additional Notes + +Add any other context or screenshots about the pull request here.