Skip to content

Commit

Permalink
chore: improve issue template
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Oct 24, 2024
1 parent 3a1ab1e commit 62742a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: 🐞 Bug report
description: Create a report to help us improve
labels: [🐞 bug]
title: 'bug: '
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
This form is only for submitting bug reports. If you have a usage question
or are unsure if this is really a bug, make sure to:
- Read the [docs](https://shadcn-docs-nuxt.vercel.app/)
- Ask on [GitHub Discussions](https://github.com/ZTL-UwU/shadcn-docs-nuxt/discussions)
- type: textarea
id: bug-env
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🚀 Feature request
description: Suggest a feature that will improve Nuxt
labels: [✨ feature]
title: 'feat: '
body:
- type: textarea
id: feature-description
Expand Down

0 comments on commit 62742a6

Please sign in to comment.