From 5882f18c467b347037781fab2107e10c82e8f8c6 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sun, 9 Feb 2025 01:35:27 +0900 Subject: [PATCH] Update bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index f1cdd5a..81d623f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -31,6 +31,12 @@ body: placeholder: "Enter what you expected to happen" validations: required: false + - type: textarea + attributes: + label: "Error log" + description: "Add error logs here. Language server errors may be logged in $ERG_PATH/els.log." + validations: + required: false - type: textarea attributes: label: "Screenshots"