Create new-script.yaml

This commit is contained in:
Michel Roegl-Brunner 2025-03-22 20:38:18 +01:00 committed by GitHub
parent ae51659798
commit f2a651dc4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

25
.github/ISSUE_TEMPLATE/new-script.yaml vendored Normal file
View File

@ -0,0 +1,25 @@
name: "🛠️ New Script"
description: "New Script proposal."
labels: ["task"]
body:
- type: markdown
attributes:
value: |
# 🛠️ **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)
- type: input
id: task_summary
attributes:
label: "Name of the Script"
placeholder: "e.g., SnipeIT"
validations:
required: true
- type: textarea
id: task_details
attributes:
label: "📋 Scritpt Details"
placeholder: "Explain what is needed or special about this script"
validations:
required: true