Skip to content

Commit

Permalink
chore: issue template updates (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Jan 24, 2024
1 parent 28b3559 commit 0642be4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-documentation_change.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📖 Report Docs Issue
name: Report Docs Issue
description: Suggest an addition or modification to the documentation
labels: ["type: documentation"]
body:
Expand Down
30 changes: 10 additions & 20 deletions .github/ISSUE_TEMPLATE/2-feature_request.yml
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.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3-bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "🐛 Bug report"
name: "Bug report"
description: Report an issue with shadcn-svelte
labels: ["type: bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for taking the time to fill out this bug report! Ensure to check existing issues before submitting a new one, and if you have a question, please ask it in our [Discord](https://hbyt.us/discord) or [Discussions](https://github.com/huntabyte/shadcn-svelte/discussions) instead of filing an issue.
- type: textarea
id: bug-description
attributes:
Expand Down

0 comments on commit 0642be4

Please sign in to comment.