From ed0e103bd680414968be22ebf65eccbf786bbf50 Mon Sep 17 00:00:00 2001 From: shadcn Date: Sun, 26 Oct 2025 16:22:17 +0400 Subject: [PATCH] Refactor checklist validations in registry_directory.yml Removed individual required validations from checklist items and added a single required validation for the entire checklist. --- .github/ISSUE_TEMPLATE/registry_directory.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/registry_directory.yml b/.github/ISSUE_TEMPLATE/registry_directory.yml index 80b248343b..ca6dc11d1e 100644 --- a/.github/ISSUE_TEMPLATE/registry_directory.yml +++ b/.github/ISSUE_TEMPLATE/registry_directory.yml @@ -56,10 +56,8 @@ body: description: Verify that your registry meets the following requirements: options: - label: The registry must be open source and publicly accessible. - required: true - label: The registry must be a valid JSON file that conforms to the [registry schema](https://ui.shadcn.com/docs/registry/registry-json) specification. - required: true - label: The `files` array, if present on your registry items, must NOT include a `content` property. - required: true - label: I've attached a square SVG logo to this issue - required: true + validations: + required: true