mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:09:34 +00:00
24 lines
499 B
YAML
24 lines
499 B
YAML
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
|