diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 0ce617ad6f..1631182464 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -14,10 +14,10 @@ body: label: Printer model description: Enter the printer model(s) where you would like this enhancement options: - - MK3S/+ - - MK3 - - MK2.5S - - MK2.5 + - label: MK3S/+ + - label: MK3 + - label: MK2.5S + - label: MK2.5 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 662073b58c..8bd203338f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,10 +14,10 @@ body: label: Printer model description: Enter the printer model(s) where you would like this feature options: - - MK3S/+ - - MK3 - - MK2.5S - - MK2.5 + - label: MK3S/+ + - label: MK3 + - label: MK2.5S + - label: MK2.5 validations: required: true - type: textarea