-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
1 parent
f06f2f6
commit d99ddd3
Showing
1 changed file
with
27 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,27 @@ | ||
### Description | ||
|
||
Please provide a brief description of what this PR accomplishes. | ||
|
||
If applicable, you should then provide a more detailed description including screenshots (if appropriate) to benefit | ||
everyone. | ||
|
||
#### Type of change | ||
|
||
- [ ] :bug: Bug fix | ||
- [ ] :rocket: New feature | ||
- [ ] :boom: Breaking change | ||
|
||
### How do I test this? | ||
|
||
- Provide clear step-by-step instructions for easy reproduction. | ||
- Highlight the current issue and explain how the change resolves it. | ||
- Preferably provide links from the relevant Vercel Preview URL. | ||
|
||
### Checklist | ||
|
||
Did you remember to take care of the following? | ||
|
||
- [ ] `bun install` – for the new dependencies | ||
- [ ] Verify `bun.lockb` file when there is a package addition or update | ||
- [ ] Perform a self-review | ||
- [ ] Provide comments, particularly in hard-to-understand areas |