diff --git a/.github/ISSUE_TEMPLATE/Issue-report.yml b/.github/ISSUE_TEMPLATE/Issue-report.yml index 864ef65b92b..e1c13413764 100644 --- a/.github/ISSUE_TEMPLATE/Issue-report.yml +++ b/.github/ISSUE_TEMPLATE/Issue-report.yml @@ -81,14 +81,14 @@ body: validations: required: true - type: dropdown - id: type - attributes: - label: Type - description: How would you define the type of the issue? Please select from the types below. - options: - - Task - - Bug - - Question + id: type + attributes: + label: Type + description: How would you define the type of the issue? Please select from the types below. + options: + - "Task" + - "Bug" + - "Question" validations: required: true - type: input