Skip to content

Commit

Permalink
chore: add chore to type of change in pr template (#19420)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Mar 3, 2023
1 parent e11d55a commit 842c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Please carefully read the contribution docs before creating a pull request
- [ ] 🐞 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 @@ -33,4 +34,3 @@ Please carefully read the contribution docs before creating a pull request

- [ ] I have linked an issue or discussion.
- [ ] I have updated the documentation accordingly.

0 comments on commit 842c4e6

Please sign in to comment.