From 9f733bbc5d68d5ec830531623f3c9037cfb72926 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Sun, 29 Sep 2024 21:54:20 +0200 Subject: [PATCH] fix wrong field --- .github/ISSUE_TEMPLATE/general-report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/general-report.yaml b/.github/ISSUE_TEMPLATE/general-report.yaml index 646e9c5c1d..0e554cfd25 100644 --- a/.github/ISSUE_TEMPLATE/general-report.yaml +++ b/.github/ISSUE_TEMPLATE/general-report.yaml @@ -19,8 +19,8 @@ body: description: `java --version` validations: required: false - - type: logs - id: java + - type: input + id: logs attributes: label: Log and information description: In case of build or run errors, please submit the error while running gradlew with ``--stacktrace`` and ``--info`` for better log traces (e.g. `./gradlew run --stacktrace --info`) or attach the log file `logs/grobid-service.log` or the console log.