From f2a651dc4de73acd1d70d4d0f4620d2638b0bcfe Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:38:18 +0100 Subject: [PATCH] Create new-script.yaml --- .github/ISSUE_TEMPLATE/new-script.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-script.yaml diff --git a/.github/ISSUE_TEMPLATE/new-script.yaml b/.github/ISSUE_TEMPLATE/new-script.yaml new file mode 100644 index 0000000..1589376 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-script.yaml @@ -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