chore: add chore to type of change in pr template (#19420)

This commit is contained in:
Xin Du (Clark) 2023-03-03 10:57:56 +00:00 committed by GitHub
parent e11d55a492
commit 842c4e635d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
@ -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.