docs: add pull request template for better contribution guidelines

This commit is contained in:
Daniel Sogl
2026-03-21 17:15:13 -07:00
parent ae46a50dc8
commit 7ce821ca48
+20
View File
@@ -0,0 +1,20 @@
## Description
<!-- What does this PR do? Why is it needed? -->
## Type of change
- [ ] Bug fix
- [ ] New plugin wrapper
- [ ] Enhancement to existing plugin
- [ ] Documentation update
- [ ] Build / CI change
- [ ] Other (please describe)
## Checklist
- [ ] I have read the [Developer Guide](../DEVELOPER.md)
- [ ] My code follows the existing code style (`npm run lint`)
- [ ] I have tested my changes locally (`npm run build && npm test`)
- [ ] I have added/updated documentation if necessary
- [ ] Commit messages follow the `type(scope): subject` format