Skip to content

Commit

Permalink
Use textarea instead of input
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 1, 2021
1 parent 9134daa commit 2b8c255
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/user_story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b8c255

Please sign in to comment.