Refactor request script template for clarity

This commit is contained in:
CanbiZ (MickLesk)
2026-06-11 16:41:23 +02:00
committed by GitHub
parent 39af3f3966
commit 52cf5167c9

View File

@@ -1,21 +1,17 @@
title: "[Script request]: " title: "[Script request]: "
labels: labels:
- enhancement
* enhancement
body: body:
- type: markdown
* type: markdown
attributes: attributes:
value: | value: |
Thanks for suggesting a new script for Proxmox VE Helper-Scripts. Thanks for suggesting a new script for Proxmox VE Helper-Scripts.
```
Please make sure the requested application fits the scope of this project. Please make sure the requested application fits the scope of this project.
Requests may be closed if the application is out of scope, abandoned, too new, not publicly verifiable, or not suitable for a reliable Proxmox VE Helper-Scripts integration. Requests may be closed if the application is out of scope, abandoned, too new, not publicly verifiable, or not suitable for a reliable Proxmox VE Helper-Scripts integration.
```
* type: input - type: input
id: application-name id: application-name
attributes: attributes:
label: Application Name label: Application Name
@@ -24,7 +20,7 @@ body:
validations: validations:
required: true required: true
* type: input - type: input
id: official-website id: official-website
attributes: attributes:
label: Official Website label: Official Website
@@ -33,7 +29,7 @@ body:
validations: validations:
required: true required: true
* type: input - type: input
id: source-repository id: source-repository
attributes: attributes:
label: Source Repository label: Source Repository
@@ -42,7 +38,7 @@ body:
validations: validations:
required: true required: true
* type: input - type: input
id: latest-release id: latest-release
attributes: attributes:
label: Latest Official Release or Tag label: Latest Official Release or Tag
@@ -51,7 +47,7 @@ body:
validations: validations:
required: true required: true
* type: input - type: input
id: latest-release-date id: latest-release-date
attributes: attributes:
label: Latest Release/Tag Date label: Latest Release/Tag Date
@@ -60,7 +56,7 @@ body:
validations: validations:
required: true required: true
* type: input - type: input
id: project-age id: project-age
attributes: attributes:
label: Project Age label: Project Age
@@ -69,7 +65,7 @@ body:
validations: validations:
required: true required: true
* type: input - type: input
id: stars-or-adoption id: stars-or-adoption
attributes: attributes:
label: Stars / Adoption label: Stars / Adoption
@@ -78,7 +74,7 @@ body:
validations: validations:
required: true required: true
* type: textarea - type: textarea
id: app-description id: app-description
attributes: attributes:
label: Description label: Description
@@ -90,7 +86,7 @@ body:
validations: validations:
required: true required: true
* type: textarea - type: textarea
id: installation-notes id: installation-notes
attributes: attributes:
label: Installation / Deployment Notes label: Installation / Deployment Notes
@@ -104,7 +100,7 @@ body:
validations: validations:
required: false required: false
* type: textarea - type: textarea
id: scope-fit id: scope-fit
attributes: attributes:
label: Scope Fit label: Scope Fit
@@ -116,7 +112,7 @@ body:
validations: validations:
required: true required: true
* type: checkboxes - type: checkboxes
id: due-diligence id: due-diligence
attributes: attributes:
label: Due Diligence label: Due Diligence
@@ -143,7 +139,7 @@ body:
- label: I understand that requests outside the project scope may be closed without an extensive explanation. - label: I understand that requests outside the project scope may be closed without an extensive explanation.
required: true required: true
* type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for submitting your request. Thanks for submitting your request.