From 113bfd1585cdaf868a9b7fcbc7aad3fd7bcd50bf Mon Sep 17 00:00:00 2001 From: Frbello Date: Mon, 29 Jun 2026 10:27:36 +0100 Subject: [PATCH] Add pull request template (closes #430) --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 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 0000000..24c63ca --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +## Description + + +## Linked Issue + +Closes # + +## Type of Change + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update + +## Testing Notes + + +## Checklist +- [ ] I have updated the documentation accordingly. +- [ ] My changes generate no new warnings. +- [ ] I have performed a self-review of my own code.