Skip to content

Commit

Permalink
chore: issue template (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Jul 30, 2024
1 parent 081b838 commit b730fa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: Feature request
description: Request a new feature
labels: ["type: feature"]
body:
- type: checkboxes
attributes:
label: Prerequisites
description: Please make sure you have checked all of the following.
options:
- label: This feature already exists in [shadcn/ui](https://github.com/shadcn/ui) - if not, it won't be considered here so don't continue with your issue.
required: true

- type: markdown
attributes:
value: |
Expand Down

0 comments on commit b730fa1

Please sign in to comment.