-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
4 changed files
with
58 additions
and
2 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
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 @@ | ||
blank_issues_enabled: false |
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,38 @@ | ||
name: "Docs: Add site made with Flutter ShadcnUI" | ||
title: "[Docs] Add site made with Flutter ShadcnUI" | ||
assignees: | ||
- nank1ro | ||
labels: | ||
- documentation | ||
description: | | ||
Use this template to add a site made with Flutter ShadcnUI to the documentation. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for using Flutter ShadcnUI! | ||
If you are looking for support, please check out our documentation | ||
or consider asking a question on Discord: | ||
- https://flutter-shadcn-ui.mariuti.com | ||
- https://discord.gg/ZhRMAPNh5Y | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before filling the form fields, please consider the following: | ||
- Ensure that you have searched the [existing issues](https://github.com/nank1ro/flutter-shadcn-ui/issues) | ||
- type: input | ||
attributes: | ||
label: Site URL | ||
description: Please provide the URL of the site you are adding. | ||
placeholder: https://notescalculator.com | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Site Name | ||
description: Please provide the name of the site you are adding. | ||
placeholder: Notes Calculator | ||
validations: | ||
required: true |
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