mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:49:33 +00:00
Merge branch 'master' into testing
This commit is contained in:
23
.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/FRONTEND-MIGRATION.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user