From 047219932fd18e7e78131f44ab5fb3be0518dc04 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Wed, 22 Dec 2021 17:07:49 +0900 Subject: [PATCH] chore(repo): Add section for the actual behavior to the issue template (#3100) --- .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 1c05e35eb2e..9573b524728 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,6 +34,13 @@ body: description: A clear and concise description of what you expect to happen. validations: required: true + - type: textarea + id: actual-behavior + attributes: + label: Actual behavior + description: A clear and concise description of actual behavior. + validations: + required: false - type: input id: version attributes: