Files
mathgenerator/.github/ISSUE_TEMPLATE/new-generator-idea.yml
2022-12-06 14:17:57 -05:00

37 lines
918 B
YAML

name: New Generator Idea
description: Use this template ot suggest a new generator
title: "[Gen Idea]: "
labels: ["New Generator"]
body:
- type: input
id: example-problem
attributes:
label: Example Problem
description: What would a typical problem look like
placeholder: '4 + 2 ='
validations:
required: true
- type: input
id: example-solution
attributes:
label: Example Solution
description: What would a typical solution look like
placeholder: '6'
validations:
required: true
- type: textarea
id: further-explanation
attributes:
label: Optional, Provide Further Explanation
description: Any further details?
validations:
required: false
- type: checkboxes
id: assign
label: Assign Yourself?
attributes:
options:
- label: Assign Yourself?
validations:
required: true