From b58df9547ddcd219689070c817d37a0a54f11d2e Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sun, 9 Oct 2022 11:16:19 +0900 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 031c4ff1..2d210cad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -17,7 +17,13 @@ body: - type: textarea attributes: - label: Result + label: Expected result + validations: + required: false + + - type: textarea + attributes: + label: Actual result validations: required: false @@ -31,7 +37,7 @@ body: attributes: label: Erg version validations: - required: false + required: true - type: input attributes: @@ -48,4 +54,5 @@ body: - MacOS 12 (Monterey) - MacOS 11 (Big Sur) - Ubuntu - - Linux(other distro) \ No newline at end of file + - Linux(other distro) + - Other (write in `Additional context`)