From 2d69fbecfdbcb1a50ceb707771cc689ab2ad78b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= Date: Sat, 20 Apr 2024 11:47:44 +0200 Subject: [PATCH] chore: improve PR template (#65) --- .github/PULL_REQUEST_TEMPLATE.md | 36 ++++++++++---------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d3ae061..39757f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,33 +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://www.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 updated the documentation accordingly. +Thank you for contributing to Nuxt Google Tag! +----------------------------------------------------------------------->