From 51d5bf015cf9e1cc87fc53802b63574ffc145a5f Mon Sep 17 00:00:00 2001 From: abhimeda <138710508+abhimeda@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:12:09 -0500 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE directory (#2805) --- .github/ISSUE_TEMPLATE/1_feature_request.yml | 32 -------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/1_feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/1_feature_request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml deleted file mode 100644 index 5b62676ca..000000000 --- a/.github/ISSUE_TEMPLATE/1_feature_request.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Feature Suggestion -description: Suggest an additional functionality, or new way of handling an existing functionality. -title: "[Feature]: " - -body: -- type: markdown - attributes: - value: | - Thank you for taking the time to make a suggestion! - -- type: textarea - attributes: - label: Suggestion Description - description: Describe your suggestion. - validations: - required: true -- type: input - attributes: - label: Operating System - description: (Optional) If this is for a specific OS, you can mention it here. - placeholder: "e.g. Ubuntu" -- type: input - attributes: - label: GPU - description: (Optional) If this is for a specific GPU or GPU family, you can mention it here. - placeholder: "e.g. MI200" -- type: input - attributes: - label: ROCm Component - description: (Optional) If this issue relates to a specific ROCm component, it can be mentioned here. - placeholder: "e.g. rocBLAS" -