From 7175bf199621c34afb0b3edac15d550b57f4490e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Brenes?= <123853174+JosueBrenes@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:46:28 -0600 Subject: [PATCH] Revise pull request template for better clarity Updated the pull request template to include new sections for type of change, changes description, evidence, time spent breakdown, and comments. --- .github/PULL_REQUEST_TEMPLATE.md | 56 ++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 17 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index de1b37b..3cf2b62 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,39 @@ -## What does this PR do? - - -## Type of change -- [ ] Bug fix -- [ ] New feature -- [ ] Documentation -- [ ] Other (describe below) - -## Checklist -- [ ] Code follows project style (lint passes) -- [ ] Changes have been tested locally - -## Video evidence (before / after) - -- **Before:** -- **After:** +# 🚀 ACTA Pull Request + +Mark with an `x` all the checkboxes that apply (like `[x]`) + +- [ ] Closes # +- [ ] Added tests (if necessary) +- [ ] Run tests +- [ ] Run formatting +- [ ] Evidence attached +- [ ] Commented the code + +--- + +### 📌 Type of Change + +- [ ] Documentation (updates to README, docs, or comments) +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] Enhancement (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +--- + +## 📝 Changes description + +--- + +## 📸 Evidence (A Loom/Cap video is required as evidence, we WON'T merge if there's no proof) + +--- + +## ⏰ Time spent breakdown + +--- + +## 🌌 Comments + +--- + +Thank you for contributing to ACTA! We hope you can continue contributing to this project.