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?*