Skip to content

Commit

Permalink
chore: convert issue_template to discussion_template (shadcn-ui#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Mar 26, 2024
1 parent c86f1bd commit eda9274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Request a block"
description: "Request a new block for shadcn/ui."
title: "[blocks]: "
labels: ["area: blocks", "area: request"]
labels: ["Blocks Request"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion apps/www/app/(app)/blocks/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function BlocksLayout({
</Button>
<Button asChild variant="outline">
<a
href="https://github.com/shadcn-ui/ui/issues/new/choose"
href="https://github.com/shadcn-ui/ui/discussions/new/choose"
target="_blank"
>
Request a block
Expand Down

0 comments on commit eda9274

Please sign in to comment.