diff --git a/.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml b/.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml new file mode 100644 index 00000000..2d8f8aa4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml @@ -0,0 +1,24 @@ +name: Frontend Migration +description: Tracking our new React based frontend +title: "[Frontend Migration]: " +labels: ["react migration"] + +body: + - type: dropdown + id: domain + attributes: + label: Domain + description: Domain + options: + - Frontend + - Backend + - Combined + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + placeholder: Organizing our React frontend migration + validations: + required: true