From 61be55139a8b40d62b8ab80407fc88e4cfe62a1a Mon Sep 17 00:00:00 2001 From: "aleksey.pronin" Date: Sat, 12 Oct 2024 06:30:51 +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 5a597c7..ece6332 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: