1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-03 08:45:31 +02:00
yaxunit/.github/ISSUE_TEMPLATE/bug.yaml
2024-03-23 03:35:13 +03:00

43 lines
1.0 KiB
YAML

name: '🐞 Ошибка'
description: 'Регистрация обнаруженной ошибки'
title: '[Bug]: '
labels: ['bug']
body:
- type: textarea
id: description
attributes:
label: '🐞 Описание ошибки'
description: 'Опишите проблему и шаги воспроизведения'
validations:
required: true
- type: textarea
attributes:
label: Пример кода
description: 'Код, который приводит к возникновению ошибки'
render: bsl
- type: textarea
attributes:
label: Текст ошибки (лог)
render: txt
- type: input
id: yaxunit-version
attributes:
label: Версия YaxUnit
- type: input
attributes:
label: Версия 1С:Предприятие
- type: dropdown
id: operating-systems
attributes:
label: Операционная система
multiple: true
options:
- Linux
- Windows
- Mac
- Other