Files
SGS/.github/pull_request_template.md
2026-03-29 19:46:34 +13:00

28 lines
654 B
Markdown

## 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`)