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