From 0b1c2b174578034b78dbc8faa05f5ba37b2a2faa Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Fri, 15 Oct 2021 12:23:25 -0400 Subject: [PATCH] chore(github): desired-behavior field should be textarea (#2201) [skip ci] --- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 8b4a7b5b..0cf7faab 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -15,7 +15,7 @@ body: description: Is your feature request related to a problem? If so, please provide a clear and concise description of the problem; e.g., "I'm always frustrated when [...]." validations: required: true - - type: input + - type: textarea id: desired-behavior attributes: label: Desired Behavior