mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update new-generator-idea.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user