From 2ce88b1adf86e7cccead9b815053545fc0e414c5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:39:48 +0100 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/task.yml --- .github/ISSUE_TEMPLATE/task.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/task.yml diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml deleted file mode 100644 index bf55692..0000000 --- a/.github/ISSUE_TEMPLATE/task.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "🛠️ Task / General Request" -description: "Request a general task, improvement, or refactor." -labels: ["task"] -body: - - type: markdown - attributes: - value: | - # 🛠️ **Task / General Request** - Request a task that isn't a bug or feature request. - - - type: input - id: task_summary - attributes: - label: "📌 Task summary" - placeholder: "e.g., Refactor XYZ" - validations: - required: true - - - type: textarea - id: task_details - attributes: - label: "📋 Task details" - placeholder: "Explain what needs to be done" - validations: - required: true