Add pull request template, too many PR's don't have descriptions

This commit is contained in:
Jamie Curnow
2026-05-14 08:33:00 +10:00
parent ce55f8ebcd
commit edb56c285f
+17
View File
@@ -0,0 +1,17 @@
<!-- WARNING: Any PR without a description will be closed. The title is not enough! -->
## Why
<!-- Provide a brief description of WHY you are making your changes -->
## Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Test addition or update