From dd53eb9380f4e0f24b002da0cda99233156ee60d Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 28 May 2024 20:26:08 +1000 Subject: [PATCH] Update 07-refactor.yml --- .github/ISSUE_TEMPLATE/07-refactor.yml | 35 -------------------------- 1 file changed, 35 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/07-refactor.yml b/.github/ISSUE_TEMPLATE/07-refactor.yml index c32de4fb8..3a68d3d53 100644 --- a/.github/ISSUE_TEMPLATE/07-refactor.yml +++ b/.github/ISSUE_TEMPLATE/07-refactor.yml @@ -18,41 +18,6 @@ body: validations: required: true - - type: dropdown - id: grokkability - attributes: - label: Whats the current grokkability of the code in question - multiple: false - options: - - Easy - - Normal - - Hard - - "=.0" - - - type: dropdown - id: subsystems - attributes: - label: Which subsystems are you trying to refactor? - multiple: true - options: - - Kompute - - Apple Metal - - SYCL - - Nvidia GPU - - Vulkan - - Documentation - - Testing - - Build - - Examples - - Devops - - Python - - Script - - Android - - Server - - GGML - - Nix - - Embedding - - type: textarea id: possible-approaches attributes: