chore: clean up pull request template by removing unnecessary sections
This commit is contained in:
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -2,16 +2,10 @@
|
||||
|
||||
<!-- Provide a clear and concise description of your changes -->
|
||||
|
||||
---
|
||||
|
||||
## 🔗 Related Issues
|
||||
|
||||
<!-- Link any related issues using #issue_number -->
|
||||
|
||||
Closes #
|
||||
Related to #
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Type of Change
|
||||
|
||||
@@ -26,8 +20,6 @@ Related to #
|
||||
- [ ] 🎨 **Style** (formatting, linting, or minor code style changes)
|
||||
- [ ] 🏗️ **Architecture** (significant structural changes)
|
||||
|
||||
---
|
||||
|
||||
## 📦 Affected Areas
|
||||
|
||||
<!-- Mark the relevant areas that were modified -->
|
||||
@@ -39,8 +31,6 @@ Related to #
|
||||
- [ ] 🚀 **CI/CD** (GitHub Actions, deployment configs)
|
||||
- [ ] 📚 **Documentation** (Docs, onboarding guides)
|
||||
|
||||
---
|
||||
|
||||
## ✅ Testing
|
||||
|
||||
<!-- Describe how you tested these changes -->
|
||||
@@ -48,9 +38,6 @@ Related to #
|
||||
**Test Details:**
|
||||
<!-- Provide specific test cases or scenarios -->
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 🔄 Breaking Changes
|
||||
|
||||
<!-- Are there any breaking changes? If yes, describe them -->
|
||||
@@ -61,9 +48,6 @@ Related to #
|
||||
**Details:**
|
||||
<!-- Describe migration path or deprecation period if applicable -->
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Checklist
|
||||
|
||||
<!-- Complete this before requesting review -->
|
||||
@@ -79,15 +63,10 @@ Related to #
|
||||
- [ ] Sensitive data is not committed
|
||||
- [ ] Environment variables documented (if added)
|
||||
|
||||
---
|
||||
|
||||
## 📝 Additional Notes
|
||||
|
||||
<!-- Any additional context, decisions, or considerations -->
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 🔍 Review Checklist for Maintainers
|
||||
|
||||
- [ ] Code quality and readability
|
||||
|
||||
Reference in New Issue
Block a user