From 6afe93e92c4d05969771057f33c34a6a9fc14722 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 28 Jun 2025 13:54:10 +0200 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..1e8c50c7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,31 @@ + +## ๐Ÿ“‹ Description + +Please include a summary of the changes and the related issue(s). +What is this PR solving? Why is it needed? + +## โœ… Checklist + +- [ ] My code follows the project's coding style and guidelines +- [ ] I have tested my changes locally and they work as expected +- [ ] I have added necessary documentation (if applicable) +- [ ] I have linked related issues using `Fixes #issue_number` or `Closes #issue_number` +- [ ] I have rebased/merged with the latest `main` branch + +## ๐Ÿ” Changes + +Please provide a brief summary of the changes made in this PR. + +- Updated ... +- Refactored ... +- Fixed ... + +--- + +## ๐Ÿงช How to Test + +Please describe how to manually test the changes made in this PR. + +1. ... +2. ... +3. ...