Refactor checklist validations in registry_directory.yml

Removed individual required validations from checklist items and added a single required validation for the entire checklist.
This commit is contained in:
shadcn
2025-10-26 16:22:17 +04:00
committed by GitHub
parent 9cab0c9b18
commit ed0e103bd6

View File

@@ -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