diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f99be3b89d..8cba9c0e73 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,37 +1,19 @@ - - ### ๐Ÿ”— Linked issue - - -### โ“ Type of change - - - -- [ ] ๐Ÿ“– 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 - - - + -### ๐Ÿ“ Checklist + - - +- 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. +- Read the contribution docs at https://nuxt.com/docs/community/contribution +- 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. -- [ ] I have added tests (if possible). -- [ ] I have updated the documentation accordingly. +Thank you for contributing to Nuxt! +----------------------------------------------------------------------->