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