Refactor input and checkbox fields for repository stars

This commit is contained in:
CanbiZ (MickLesk)
2026-07-14 12:45:49 +02:00
committed by GitHub
parent 63f219f14f
commit c039ab2e62

View File

@@ -62,23 +62,23 @@ body:
Exceptions are only considered where there is a clearly verifiable, significant public adoption signal. Exceptions are only considered where there is a clearly verifiable, significant public adoption signal.
- type: input - type: input
id: repository-stars id: repository-stars
attributes: attributes:
label: Repository Stars label: Repository Stars
description: Enter the current number of stars of the official source repository. description: Enter the current number of stars of the official source repository.
placeholder: "e.g., 15,000" placeholder: "e.g., 15,000"
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
id: minimum-stars id: minimum-stars
attributes: attributes:
label: Minimum Adoption Requirement label: Minimum Adoption Requirement
description: Confirm that you have verified the project's public adoption. description: Confirm that you have verified the project's public adoption.
options: options:
- label: The official source repository has at least 1,000 stars. - label: The official source repository has at least 1,000 stars.
required: true required: true
- type: textarea - type: textarea
id: app-description id: app-description