Skip to content

Commit

Permalink
chore: update pull request template (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Mar 9, 2024
1 parent cbc63c8 commit 94f9449
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,10 +13,11 @@ Please carefully read the contribution docs before creating a pull request

<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->

- [ ] 📖 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
Expand All @@ -32,4 +33,5 @@ Please carefully read the contribution docs before creating a pull request
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] I have linked an issue or discussion.
- [ ] I have added tests (if possible).
- [ ] I have updated the documentation accordingly.

0 comments on commit 94f9449

Please sign in to comment.