-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'nank1ro:main' into main
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
<!-- | ||
Thanks for filing a pull request! | ||
--> | ||
|
||
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* | ||
|
||
*List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* | ||
|
||
## Pre-launch Checklist | ||
|
||
- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. | ||
- [ ] I read and followed the [Flutter Style Guide]. | ||
- [ ] I listed at least one issue that this PR fixes in the description above. | ||
- [ ] I updated/added relevant documentation (doc comments with `///`). | ||
- [ ] I added new tests to check the change I am making. | ||
- [ ] I followed the [Data Driven Fixes] where supported. | ||
- [ ] All existing and new tests are passing. | ||
|
||
If you need help, consider asking for advice on [Discord]. | ||
|
||
<!-- Links --> | ||
[Contributor Guide]: [https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview](https://github.com/nank1ro/flutter-shadcn-ui/blob/main/CONTRIBUTING.md) | ||
[Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md | ||
[Discord]: https://discord.gg/ZhRMAPNh5Y | ||
[Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md |