diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2fa16890f..ee99333a6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,12 +13,11 @@ body: attributes: label: Printer model description: Enter the printer model(s) where you encountered the issue - placeholder: 'MK3S/+, MK3, Mk2.5S, MK2.5' - options: - - MK3S/+ - - MK3 - - MK2.5S - - MK2.5 + options: + - MK3S/+ + - MK3 + - MK2.5S + - MK2.5 validations: required: true - type: dropdown @@ -26,11 +25,11 @@ body: attributes: label: MMU model description: Enter the MMU model(s) where you encountered the issue - placeholder: 'MMU3, MMU2S' - options: - - MMU3 - - MMU2S - - None + multiple: false + options: + - MMU3 + - MMU2S + - No-MMU validations: required: true - type: input @@ -53,12 +52,13 @@ body: id: printing_from attributes: label: Printing from... - options: - - SD Card - - PrusaLink - - PrusaConnect - - OctoPrint - - Other host software + multiple: false + options: + - SD Card + - PrusaLink + - PrusaConnect + - OctoPrint + - Other host software validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 08f1a68dc..390065060 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -14,11 +14,11 @@ body: label: Printer model description: Enter the printer model(s) where you would like this enhancement placeholder: 'MK3S/+, MK3, MK2.5S, MK2.5' - options: - - MK3S/+ - - MK3 - - MK2.5S - - MK2.5 + options: + - MK3S/+ + - MK3 + - MK2.5S + - MK2.5 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 96ff72810..22029ce87 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,11 +14,11 @@ body: label: Printer model description: Enter the printer model(s) where you would like this feature placeholder: 'MK3S/+, MK3, MK2.5S, MK2.5' - options: - - MK3S/+ - - MK3 - - MK2.5S - - MK2.5 + options: + - MK3S/+ + - MK3 + - MK2.5S + - MK2.5 validations: required: true - type: textarea