From 7fd44d0247927bc0ea7347bac31812027558c201 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Wed, 18 Jun 2025 09:03:45 -0300 Subject: [PATCH] add PR template --- .github/pull_request_template.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 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..2d07168 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ +## 🎯 Purpose + +*What problem does this PR solve or what feature does it add? Mention issues related to it* + +TO COMPLETE + +## βš™οΈ Approach + +*Describe the core changes introduced by this PR.* + +TO COMPLETE + +## βœ… Todo (subtasks) + +TO COMPLETE + +[ ] Subtask 1 +[ ] Subtask 2 +[ ] Subtask 3 + +## 🌱 Follow-ups + +*If there’s additional work to be done later, create and link an issue here.* + +TO COMPLETE + +## πŸ”— Dependencies + +*Link PRs that must be merged before this one.* + +TO COMPLETE + +## πŸ“‹ PR Completion Checklist + +*Mark only completed items. A complete PR should have all boxes ticked.* + +[ ] Complete PR description +[ ] Implement the core functionality +[ ] Add/update tests +[ ] Add/update documentation and inline comments