From 7e6426b1e6fac9dfc7441f9e026de91b1d793ed7 Mon Sep 17 00:00:00 2001 From: "aleksey.pronin" Date: Fri, 11 Oct 2024 14:58:48 +0300 Subject: [PATCH] MA-19977: add actual behavior field in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7cc660b..6d0330e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,6 +48,13 @@ body: description: Если считаете, что из описания ожидаемое поведение непонятно. validations: required: true + - type: textarea + id: actual-behavior + attributes: + label: Фактическое поведение + description: Результат выполнения в текущей реализации. + validations: + required: true - type: textarea id: screenshots attributes: