diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index 4ccc13ef..00000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Ошибка -about: Регистрация обнаруженной ошибки -title: '[BUG]' -labels: type/bug -assignees: '' - ---- - -**Версия движка** - - -**Версия платформы** - - -**Операционная система** - - -**Описание ошибки** - - -**Пример кода** - - -**Скриншоты** - - -**Дополнительная информация** - diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 00000000..1b94bf74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,43 @@ +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 \ No newline at end of file