From 3e78db4318ed9a7f8c9efc1e2971cab979fb8fd0 Mon Sep 17 00:00:00 2001 From: w-okada Date: Sun, 6 Aug 2023 05:43:36 +0900 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/issue.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 56e78232..f1f8ecda 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -117,6 +117,16 @@ body: id: issue attributes: label: Situation - description: Developers spend a lot of time developing new features and resolving issues. If you really want to get it solved, please provide as much reproducible information and logs as possible. Provide logs on the terminal and capture the window. + description: Developers spend a lot of time developing new features and resolving issues. If you really want to get it solved, please provide as much reproducible information and logs as possible. Provide logs on the terminal and capture the appkication window. + - type: textarea + id: capture + attributes: + label: application window capture + description: the appkication window. + - type: textarea + id: logs-on-terminal + attributes: + label: logs on terminal + description: logs on terminal. validations: required: true