-
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
39 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,39 @@ | ||
<!-- Please use a Conventional Commit in your PR title --> | ||
<!-- https://conventionalcommits.org --> | ||
<!-- e.g. "feat: support new field type" --> | ||
|
||
**Resolves**: <!-- GitHub or Linear issue (e.g. #123, DT-123) --> | ||
|
||
### Description | ||
|
||
<!-- Describe your changes in detail. --> | ||
<!-- Why is this change required? --> | ||
<!-- What problem does it solve? --> | ||
|
||
### Checklist | ||
|
||
<!-- Put an `x` in all the boxes that apply. --> | ||
<!-- Don't hesitate to ask for help! --> | ||
|
||
- [ ] If my changes require tests, I added them. | ||
- [ ] If my changes affect backward compatibility, it has been discussed. | ||
- [ ] If my changes require an update to the CONTRIBUTING.md guide, I updated it. | ||
|
||
### Preview | ||
|
||
<!-- If your changes are visual, screenshots or videos are welcome! --> | ||
|
||
### How to QA [^1] | ||
|
||
<!-- When relevant, describe how to QA your changes. --> | ||
|
||
<!-- Your favorite emoji is welcome to close your PR! --> | ||
|
||
<!-- A note for reviewers: --> | ||
|
||
[^1]: | ||
Please use these labels when submitting a review: | ||
:question: #ask: Ask a question. | ||
:bulb: #idea: Suggest an idea. | ||
:warning: #issue: Strongly suggest a change. | ||
:tada: #nice: Share a compliment. |