Update new-script.yaml

- fixed a couple of typos
- yaml formatting fixes
This commit is contained in:
vhsdream 2025-06-06 12:33:54 -04:00
parent c1140143c1
commit 1754f84976

View File

@ -1,25 +1,24 @@
name: "🛠️ New Script" ---
description: "New Script proposal." name: 🛠️ New Script
labels: ["task"] description: New Script proposal.
labels: [task]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
# 🛠️ **New Script** # 🛠️ **New Script**
Create a Issue when you want to merge a new Script. The name of the Issue must be the same as your APP.sh file. (Example: SnipeIT, snipeit.sh; Alpine-Docker, alpine-docker.sh) Create an Issue when you want to merge a new Script. The name of the Issue must be the same as your APP.sh file. (Example: SnipeIT, snipeit.sh; Alpine-Docker, alpine-docker.sh)
- type: input - type: input
id: task_summary id: task_summary
attributes: attributes:
label: "Name of the Script" label: Name of the Script
placeholder: "e.g., SnipeIT" placeholder: e.g., SnipeIT
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: task_details id: task_details
attributes: attributes:
label: "📋 Scritpt Details" label: 📋 Script Details
placeholder: "Explain what is needed or special about this script" placeholder: Explain what is needed or special about this script
validations: validations:
required: true required: true