mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-11-24 08:22:22 +02:00
Добавлены параметры для bug.yaml
This commit is contained in:
parent
6b2a2083f9
commit
348a0150af
22
.github/ISSUE_TEMPLATE/bug.yaml
vendored
22
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -31,6 +31,26 @@ body:
|
||||
attributes:
|
||||
label: Версия 1С:Предприятие
|
||||
|
||||
- type: dropdown
|
||||
id: run-mode
|
||||
attributes:
|
||||
label: Режим запуска 1С:Предприятие
|
||||
multiple: true
|
||||
options:
|
||||
- Тонкий клиент. Управляемое приложение
|
||||
- Толстый клиент. Управляемое приложение
|
||||
- Обычное приложение
|
||||
- Web-клиент
|
||||
|
||||
- type: dropdown
|
||||
id: base-mode
|
||||
attributes:
|
||||
label: Тип информационной базы
|
||||
multiple: true
|
||||
options:
|
||||
- Клиент-серверная
|
||||
- Файловая
|
||||
|
||||
- type: dropdown
|
||||
id: operating-systems
|
||||
attributes:
|
||||
@ -40,4 +60,4 @@ body:
|
||||
- Linux
|
||||
- Windows
|
||||
- Mac
|
||||
- Other
|
||||
- Other
|
||||
|
Loading…
Reference in New Issue
Block a user