-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
📌 Feature Description
Adding a Pull Request Template to ensure all PRs follow a consistent format, improving clarity and maintainability.
🎯 Proposed Solution
- Create a PULL_REQUEST_TEMPLATE.md file in .github/ directory.
- Ensure the template includes sections like Description, Changes Made, Screenshots, Testing, and Checklist.
- Move the existing PR template out of .github/ISSUE_TEMPLATE/ (as it currently won’t work from there).
🔍 Use Cases
- Helps contributors structure their PRs properly.
- Makes reviews easier by providing necessary details.
- Ensures consistency across all PRs.
📷 Screenshots / Mockups
N/A
💡 Additional Context
- The PR template must be placed in .github/ or .github/PULL_REQUEST_TEMPLATE/ to work correctly.
- GitHub will automatically apply the template when a new PR is created.
🚀 Priority
- Low
- Medium
- High
🔗 Related Issues
Link any related issues, discussions, or PRs.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request