From 515c91a407dc9cb6ccd4ac97b2b306ab40577c53 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:22:22 +0800 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/task.yaml --- .github/ISSUE_TEMPLATE/task.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/task.yaml diff --git a/.github/ISSUE_TEMPLATE/task.yaml b/.github/ISSUE_TEMPLATE/task.yaml deleted file mode 100644 index 0190e3573..000000000 --- a/.github/ISSUE_TEMPLATE/task.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: 📝 Task -description: Create a task for the team to work on, used internally only. We will delete tasks created by non-team members. -title: "[Task]: " -labels: [Task] -body: -- type: checkboxes - attributes: - label: Are you our team member? - description: If you are not our team member, please go to discussions. - options: - - label: Yes, I am? - required: true -- type: textarea - attributes: - label: SubTasks - placeholder: | - - Sub Task 1 - - Sub Task 2 - validations: - required: false