Update new-generator-idea.yml

This commit is contained in:
Luke Weiler
2022-12-06 14:13:37 -05:00
committed by GitHub
parent 6ac4b42431
commit f1697c6793

View File

@@ -8,7 +8,7 @@ body:
attributes:
label: Example Problem
description: What would a typical problem look like
placeholder: 4 + 2 =
placeholder: '4 + 2 ='
validations:
required: true
- type: input
@@ -16,7 +16,7 @@ body:
attributes:
label: Example Solution
description: What would a typical solution look like
placeholder: 6
placeholder: '6'
validations:
required: true
- type: textarea
@@ -32,7 +32,7 @@ body:
label: Assign Yourself?
description: Do you want to be assigned to implement this?
options:
- No (Default)
- Yes
- 'No' (Default)
- 'Yes'
validations:
required: true