From 2bb15d517f0d8007198cf2c559fdc75b123a76d7 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Mon, 11 May 2026 19:56:45 +0200 Subject: [PATCH] pr: Create pull_request_template.md (#27) Add a pull request template for better PR submissions. --- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..e077795 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ +## Description + +Describe the changes made in this PR. + +--- + +## Testing + +- [ ] Code has been tested +- [ ] Existing tests pass + +Notes: + + +--- + +## Documentation + +- [ ] Documentation updated if needed + +Notes: + + +--- + +## Additional Notes + +