Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 39 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
## What does this PR do?
<!-- Short description of the changes -->

## 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)
<!-- Add links or attach short videos showing the behavior before and after your changes -->
- **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.
Loading