diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a1929d1899..98aa03da49 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,36 @@ - + -- [ ] Bug fix (a non-breaking change which fixes an issue) -- [ ] New feature (a non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) +Please carefully read the contribution docs before creating a pull request + 👉 https://nuxt.com/docs/community/contribution +--> +### 🔗 Linked issue -## Description - - - + +### ❓ Type of change -## Checklist: - - - -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. (PR: #) -- [ ] I have added tests to cover my changes (if not applicable, please state why) -- [ ] All new and existing tests are passing. + + +- [ ] 📖 Documentation (updates to the documentation or readme) +- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) +- [ ] 👌 Enhancement (improving an existing functionality like performance) +- [ ] ✨ New feature (a non-breaking change that adds functionality) +- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change) + +### 📚 Description + + + + + +### 📝 Checklist + + + + + +- [ ] I have linked an issue or discussion. +- [ ] I have updated the documentation accordingly.