From d005a47c7f96764681a67be70b7e1d00535d062e Mon Sep 17 00:00:00 2001 From: rafael-33 Date: Fri, 24 Jul 2026 22:47:20 +0200 Subject: [PATCH] add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 00000000..4ad248ed --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Description + + + +## Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation +- [ ] Refactor / cleanup +- [ ] Other: + +## Checklist + +- [ ] I have read the contributing guidelines. +- [ ] I have tested this change locally. +- [ ] I have updated documentation where relevant. +- [ ] This PR does not introduce any breaking changes (or the description + above explains them). + +## Related issues + +