From 2b8c255cfa7142ac6e42dced4abe35a1fae4d96e Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Mon, 1 Nov 2021 16:50:11 +0000 Subject: [PATCH] Use textarea instead of input --- .github/ISSUE_TEMPLATE/user_story.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/user_story.yml b/.github/ISSUE_TEMPLATE/user_story.yml index 6ec9b90114..3809ffc129 100644 --- a/.github/ISSUE_TEMPLATE/user_story.yml +++ b/.github/ISSUE_TEMPLATE/user_story.yml @@ -18,17 +18,19 @@ body: Describe the role you would play for this user story. validations: required: true - - type: input + - type: textarea id: wantto attributes: label: I want to placeholder: "Develop this new feature and change this" + render: markdown validations: required: true - - type: input + - type: textarea id: because attributes: label: Because placeholder: "Because I need to do something" + render: markdown validations: required: true