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`)