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