From b5a79c488554417cc4d4804fae37377849d473e4 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 12 Jul 2025 11:40:59 +0700 Subject: [PATCH] remove old template --- .github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml diff --git a/.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml b/.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml deleted file mode 100644 index ab46d2b2..00000000 --- a/.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Frontend Migration -description: Tracking our new React based frontend -title: "[Frontend Migration]: " -labels: ["react migration"] - -body: - - type: dropdown - id: domain - attributes: - label: Domain - options: - - Frontend - - Backend - - Combined - validations: - required: true - - type: textarea - id: description - attributes: - label: Description - placeholder: Organizing our React frontend migration - validations: - required: true