Rename PULL_REQUEST_TEMPLATE.md to pull_request_template.md
This commit is contained in:
31
.github/pull_request_template.md
vendored
Normal file
31
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# [PR Title]: Brief Description of Changes
|
||||
|
||||
**Related Issue(s):**
|
||||
Closes `<issue-no>`
|
||||
|
||||
## 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:*
|
||||

|
||||
|
||||
*After:*
|
||||

|
||||
|
||||
## Additional Notes
|
||||
*Any extra context, limitations, or decisions that reviewers should know about?*
|
||||
Reference in New Issue
Block a user