From 4f617d59b808f7a5cce91c2221529a455bb1f2da Mon Sep 17 00:00:00 2001 From: shadcn Date: Sun, 26 Oct 2025 16:22:48 +0400 Subject: [PATCH] Fix description formatting in registry_directory.yml --- .github/ISSUE_TEMPLATE/registry_directory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/registry_directory.yml b/.github/ISSUE_TEMPLATE/registry_directory.yml index ca6dc11d1e..544c2af694 100644 --- a/.github/ISSUE_TEMPLATE/registry_directory.yml +++ b/.github/ISSUE_TEMPLATE/registry_directory.yml @@ -53,7 +53,7 @@ body: id: requirements attributes: label: Checklist - description: Verify that your registry meets the following requirements: + description: Verify that your registry meets the following requirements. options: - label: The registry must be open source and publicly accessible. - label: The registry must be a valid JSON file that conforms to the [registry schema](https://ui.shadcn.com/docs/registry/registry-json) specification.