diff --git a/.github/ISSUE_TEMPLATE/new-generator-idea.yml b/.github/ISSUE_TEMPLATE/new-generator-idea.yml index f881bdf..89d3e5c 100644 --- a/.github/ISSUE_TEMPLATE/new-generator-idea.yml +++ b/.github/ISSUE_TEMPLATE/new-generator-idea.yml @@ -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