From b81e5a432d4874e8f10fa8a6c57f16c026ff7c6b Mon Sep 17 00:00:00 2001 From: juandahl Date: Wed, 14 Aug 2024 12:25:15 -0300 Subject: [PATCH] feat(pr): add template for PR --- .github/PULL_REQUEST_TEMPLATE.md | 65 ++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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.