From 209623965eee084441e0d817f4c52c696ac3277c Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 23 Jan 2025 15:47:17 +0900 Subject: [PATCH] add textarea for bug description in issue template --- .github/ISSUE_TEMPLATE/bug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index cf30bdb..01e7708 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,3 +6,6 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + - type: textarea + attributes: + label: Describe the bug