Add PR templates, CI workflows, and release drafter config files

This commit is contained in:
Fabián Gonzalo Artur de la Villarmois
2026-03-29 19:46:34 +13:00
parent d0531fee49
commit 97024acef1
6 changed files with 183 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
## What does this PR do?
<!-- A clear and concise description of the change -->
## Commits
<!-- Populated automatically by CI — do not edit this section -->
## Type of change
<!-- Add the matching label to this PR -->
- [ ] 🚀 Feature / Enhancement (`feature`, `enhancement`)
- [ ] 🐛 Bug Fix (`bug`, `fix`)
- [ ] 🧪 Tests (`test`)
- [ ] 🧹 Maintenance / Chore (`chore`, `dependencies`)
- [ ] 📖 Documentation (`docs`)
- [ ] 💥 Breaking Change (`breaking`)
## How to test
<!-- Steps to verify the change works as expected -->
## Checklist
- [ ] Tests pass (`php artisan test`)
- [ ] Code style passes (`./vendor/bin/pint --test`)