mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-08-10 17:53:35 +03:00
23 lines
688 B
YAML
23 lines
688 B
YAML
name: 🐛 Проблема
|
||
title: '[Проблема] '
|
||
description: Сообщить о проблеме
|
||
labels: ['bug']
|
||
|
||
body:
|
||
- type: input
|
||
id: app_version
|
||
attributes:
|
||
label: Версия TG WS Proxy
|
||
description: Укажите версию приложения (например, v1.2.3)
|
||
placeholder: vX.Y.Z
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: Опишите вашу проблему
|
||
description: Чётко опишите проблему, с которой вы столкнулись
|
||
placeholder: Описание проблемы
|
||
validations:
|
||
required: true |