mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-15 21:31:55 +03:00
Refactor input and checkbox fields for repository stars
This commit is contained in:
committed by
GitHub
parent
63f219f14f
commit
c039ab2e62
34
.github/DISCUSSION_TEMPLATE/request-script.yml
generated
vendored
34
.github/DISCUSSION_TEMPLATE/request-script.yml
generated
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user