-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Type of change | ||
|
||
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> | ||
|
||
- [ ] 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 | ||
|
||
<!-- Describe your changes in detail --> | ||
<!-- If it resolves an open issue, please link to the issue here. For example "Resolves #1337" --> | ||
|
||
### Checklist | ||
|
||
<!-- Put an `x` in all the boxes that apply. --> | ||
|
||
- [ ] My code follows the code style of the project *(using `pnpm lint` and `pnpm lint --fix`)* |