diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index dcab11a..e559dee 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -18,13 +18,13 @@ body: validations: required: false - type: dropdown - id: aspects - attributes: - label: bug is related to UI or API aspects? - multiple: true - options: - - UI - - API + id: aspects + attributes: + label: bug is related to UI or API aspects? + multiple: true + options: + - UI + - API - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 92a0af1..5e8d3ad 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -18,13 +18,13 @@ body: validations: required: false - type: dropdown - id: aspects - attributes: - label: feature is related to UI or API aspects? - multiple: true - options: - - UI - - API + id: aspects + attributes: + label: feature is related to UI or API aspects? + multiple: true + options: + - UI + - API - type: textarea id: describe the feature attributes: