From b701475e561bb906657e2e5caa6a9ea8c893fef5 Mon Sep 17 00:00:00 2001 From: Typo Fix Bot Date: Mon, 1 Jun 2026 13:48:11 +0000 Subject: [PATCH] docs: add pull request template Add .github/PULL_REQUEST_TEMPLATE.md to guide contributors on how to write good PR descriptions. Addresses issue #356. --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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..65a7541 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## What does this PR do? +Short description of the changes. + +## Motivation +Why is this change needed? What problem does it solve? + +## How to test +Steps to verify the change works correctly. + +## Checklist +- [ ] I followed the contributing guidelines +- [ ] Tests added or updated (if applicable) +- [ ] Documentation updated (if applicable) +- [ ] Code compiles without errors +- [ ] No sensitive data committed \ No newline at end of file