From 677fd07a5a99fd73add4152d10d3c488dfa3c0fa Mon Sep 17 00:00:00 2001 From: Josh Ford Date: Wed, 13 Nov 2024 19:04:22 -0800 Subject: [PATCH] remove meta and new-task --- .github/ISSUE_TEMPLATE/meta-improvement.md | 17 ------ .github/ISSUE_TEMPLATE/new-task.yml | 63 ---------------------- 2 files changed, 80 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/meta-improvement.md delete mode 100644 .github/ISSUE_TEMPLATE/new-task.yml diff --git a/.github/ISSUE_TEMPLATE/meta-improvement.md b/.github/ISSUE_TEMPLATE/meta-improvement.md deleted file mode 100644 index b92eb044f5b..00000000000 --- a/.github/ISSUE_TEMPLATE/meta-improvement.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Meta improvement πŸ’‘ -about: This is for an improvement to the workflow and/or tooling -title: "[META]" -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/new-task.yml b/.github/ISSUE_TEMPLATE/new-task.yml deleted file mode 100644 index 8ec93de02da..00000000000 --- a/.github/ISSUE_TEMPLATE/new-task.yml +++ /dev/null @@ -1,63 +0,0 @@ -name: New Task -description: Create a new work task. -title: "[Task] " -labels: ["issue", "NEW❗️"] -body: - - type: markdown - attributes: - value: "## πŸ“ New Task" - - - type: textarea - id: what - attributes: - label: "What?" - placeholder: "Brief description of what this task will accomplish. What is the goal?" - validations: - required: true - - - type: textarea - id: why - attributes: - label: "Why?" - placeholder: "Why are we doing this? What's the value?" - validations: - required: true - - - type: textarea - id: done - attributes: - label: "Definition of Done" - placeholder: "What exactly needs to be done to mark this issue as complete?(Add a task list if needed)" - value: - validations: - required: true - - - type: textarea - id: additional - attributes: - label: "Resources & Additional Notes" - placeholder: "Any relevant resources, extra context, links, or screenshots?" - - - type: dropdown - id: priority - attributes: - label: "Priority" - options: - - "πŸ”΄ P0 : Critical" - - "🟠 P1 : High" - - "🟑 P2 : Medium" - - "🟒 P3 : Normal" - - "βšͺ P4 : Low" - validations: - required: true - - - type: markdown - attributes: - value: | - | Priority | Name | Description | - |----------|------|-------------| - | πŸ”΄ P0 | CRITICAL | Urgent, blocking issue affecting multiple teams | - | 🟠 P1 | HIGH | Very important, needs attention ASAP | - | 🟑 P2 | MEDIUM | High impact, should be done soon | - | 🟒 P3 | NORMAL | Should be done, but not urgent | - | βšͺ P4 | LOW | Nice to have | \ No newline at end of file