mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: improve pr template (#26562)
This commit is contained in:
parent
7024d5c796
commit
a3b0b11224
40
.github/PULL_REQUEST_TEMPLATE.md
vendored
40
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,37 +1,19 @@
|
|||||||
<!---
|
|
||||||
☝️ PR title should follow conventional commits (https://conventionalcommits.org)
|
|
||||||
|
|
||||||
Please carefully read the contribution docs before creating a pull request
|
|
||||||
👉 https://nuxt.com/docs/community/contribution
|
|
||||||
-->
|
|
||||||
|
|
||||||
### 🔗 Linked issue
|
### 🔗 Linked issue
|
||||||
|
|
||||||
<!-- Please ensure there is an open issue and mention its number as #123 -->
|
<!-- Please ensure there is an open issue and mention its number. For example, "resolves #123" -->
|
||||||
|
|
||||||
### ❓ Type of change
|
|
||||||
|
|
||||||
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->
|
|
||||||
|
|
||||||
- [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations)
|
|
||||||
- [ ] 🐞 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)
|
|
||||||
- [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries)
|
|
||||||
- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
|
|
||||||
|
|
||||||
### 📚 Description
|
### 📚 Description
|
||||||
|
|
||||||
<!-- Describe your changes in detail -->
|
<!-- Describe your changes in detail. Why is this change required? What problem does it solve? -->
|
||||||
<!-- Why is this change required? What problem does it solve? -->
|
|
||||||
<!-- If it resolves an open issue, please link to the issue here. For example "Resolves #1337" -->
|
|
||||||
|
|
||||||
### 📝 Checklist
|
<!----------------------------------------------------------------------
|
||||||
|
Before creating the pull request, please make sure you do the following:
|
||||||
|
|
||||||
<!-- Put an `x` in all the boxes that apply. -->
|
- Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us reviewing it.
|
||||||
<!-- If your change requires a documentation PR, please link it appropriately -->
|
- Read the contribution docs at https://nuxt.com/docs/community/contribution
|
||||||
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
- Ensure that PR title follows conventional commits (https://conventionalcommits.org)
|
||||||
|
- Update the corresponding documentation if needed.
|
||||||
|
- Include relevant tests that fail without this PR but pass with it.
|
||||||
|
|
||||||
- [ ] I have linked an issue or discussion.
|
Thank you for contributing to Nuxt!
|
||||||
- [ ] I have added tests (if possible).
|
----------------------------------------------------------------------->
|
||||||
- [ ] I have updated the documentation accordingly.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user