From eccbfdef05aad95220280248f5e81c696986551b Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 12 Jun 2025 12:49:46 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .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 0000000..ea5fa90 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ +# [PR Title]: Brief Description of Changes + +**Related Issue(s):** +Closes `` + +## Description +*A clear and concise overview of the changes made. Explain the "why" behind the PR, not just the "what".* + +## Changes Made +- [ ] Added new feature X +- [ ] Fixed bug in component Y +- [ ] Refactored module Z for better performance +- [ ] Updated dependencies + +## Type of Change +- [ ] ๐Ÿ› Bug fix (non-breaking change) +- [ ] โœจ New feature (non-breaking change) +- [ ] ๐Ÿ’ฅ Breaking change (fix/feature that may affect existing functionality) +- [ ] ๐Ÿ“š Documentation update +- [ ] ๐Ÿงน Code refactoring +- [ ] ๐Ÿงช Test updates + +## Screenshots/GIFs (if applicable) +*Before:* +![Before changes](url) + +*After:* +![After changes](url) + +## Additional Notes +*Any extra context, limitations, or decisions that reviewers should know about?*