-
Notifications
You must be signed in to change notification settings - Fork 17
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
22 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,22 @@ | ||
<!-- | ||
Thank you for sending the PR! We appreciate you spending the time to work on these changes. | ||
Happy contributing! | ||
--> | ||
|
||
## Pre-flight checklist | ||
|
||
- [ ] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec | ||
- [ ] **If this changes code in a published NPM package**: I have run `npm run changeset` to create a `changeset` JSON document appropriate for this change. | ||
|
||
## Motivation | ||
|
||
<!-- Help us understand your motivation by explaining why you decided to make this change. Does this fix a bug? Does it close an issue? --> | ||
|
||
## Test Plan | ||
|
||
<!-- Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. --> | ||
|
||
## Related issues/PRs | ||
|
||
<!-- If you haven't already, link to issues/PRs that are related to this change. This helps us develop the context and keep a rich repo history. If this PR is a continuation of a past PR's work, link to that PR. If the PR addresses part of the problem in a meta-issue, mention that issue. --> | ||
|