From 94f944952eded82e5a3fc886e44657051a610cf1 Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Sat, 9 Mar 2024 11:31:16 +0100 Subject: [PATCH] chore: update pull request template (#2833) --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 44851c8ad..f99be3b89 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ โ˜๏ธ PR title should follow conventional commits (https://conventionalcommits.org) Please carefully read the contribution docs before creating a pull request - ๐Ÿ‘‰ https://nuxtjs.com/docs/community/contribution + ๐Ÿ‘‰ https://nuxt.com/docs/community/contribution --> ### ๐Ÿ”— Linked issue @@ -13,10 +13,11 @@ Please carefully read the contribution docs before creating a pull request -- [ ] ๐Ÿ“– Documentation (updates to the documentation or readme) +- [ ] ๐Ÿ“– 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 @@ -32,4 +33,5 @@ Please carefully read the contribution docs before creating a pull request - [ ] I have linked an issue or discussion. +- [ ] I have added tests (if possible). - [ ] I have updated the documentation accordingly.