From 7ce821ca488ed9b25e2b687b67c6fc428aa95b32 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 21 Mar 2026 17:15:13 -0700 Subject: [PATCH] docs: add pull request template for better contribution guidelines --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..d311018d7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +## Description + + + +## 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