-
-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: issue template updates (#695)
- Loading branch information
Showing
3 changed files
with
13 additions
and
23 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 |
---|---|---|
@@ -1,26 +1,16 @@ | ||
# Borrowed from https://github.com/skeletonlabs/skeleton | ||
|
||
name: 🛠️ Request New Feature | ||
description: Let us know what you would like to see added. If the feature is not in the original shadcn/ui, it will not be considered here. | ||
name: "Feature request" | ||
description: Request a new feature | ||
labels: ["type: feature"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This project's goal is to remain aligned with [shadcn/ui](https://github.com/shadcn-ui/ui). If the feature you are requesting is not in the original shadcn/ui, it will not be considered here. | ||
- type: textarea | ||
id: description | ||
id: feature-description | ||
attributes: | ||
label: Describe the feature in detail (code, mocks, or screenshots encouraged) | ||
label: Describe the feature | ||
description: A clear and concise description of the feature. If you intend to submit a PR for this feature, tell us how in the description. Thanks! | ||
placeholder: Feature description | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: category | ||
attributes: | ||
label: What type of pull request would this be? | ||
options: | ||
- "New Feature" | ||
- "Enhancement" | ||
- "Guide" | ||
- "Docs" | ||
- "Other" | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: Provide relevant links or additional information. |
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