mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user