-
Notifications
You must be signed in to change notification settings - Fork 61
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
b222dee
commit fb57311
Showing
1 changed file
with
30 additions
and
18 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 |
---|---|---|
@@ -1,27 +1,39 @@ | ||
<!--- Provide a general summary of your changes in the title above --> | ||
<!-- Please use a Conventional Commit in your PR title --> | ||
<!-- https://conventionalcommits.org --> | ||
<!-- e.g. "feat: support new field type" --> | ||
|
||
## Types of changes | ||
**Resolves**: <!-- GitHub or Linear issue (e.g. #123, DT-123) --> | ||
|
||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
### Description | ||
|
||
- [ ] Chore (a non-breaking change which is related to package maintenance) | ||
- [ ] Bug fix (a non-breaking change which fixes an issue) | ||
- [ ] New feature (a non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
<!-- Describe your changes in detail. --> | ||
<!-- Why is this change required? --> | ||
<!-- What problem does it solve? --> | ||
|
||
## Description | ||
### Checklist | ||
|
||
<!--- Describe your changes in detail --> | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #137" --> | ||
<!-- Put an `x` in all the boxes that apply. --> | ||
<!-- Don't hesitate to ask for help! --> | ||
|
||
## Checklist: | ||
- [ ] 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. | ||
|
||
<!--- Put an `x` in all the boxes that apply. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
### Preview | ||
|
||
- [ ] My change requires an update to the official documentation. | ||
- [ ] All [TSDoc](https://tsdoc.org) comments are up-to-date and new ones have been added where necessary. | ||
- [ ] All new and existing tests are passing. | ||
<!-- If your changes are visual, screenshots or videos are welcome! --> | ||
|
||
<!--- A cute animal (or car) picture is welcome to close your PR! --> | ||
### 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 complement. |