mirror of
https://github.com/notf0und/SGS
synced 2026-07-18 02:31:08 +00:00
Add PR templates, CI workflows, and release drafter config files
This commit is contained in:
parent
d0531fee49
commit
97024acef1
@@ -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`)
|
||||
Reference in New Issue
Block a user