diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 65185fa..c3cb4cb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - **For all requests of new commands to be processed and editable**, you **must** be available to test + **For all requests of new commands to be processed and editable**, you **must** be available to test implementations as I dp not have all the required hardware for all Marlin features. Thanks! - type: textarea attributes: @@ -22,4 +22,3 @@ body: attributes: label: M503 Response render: gcode - diff --git a/.github/ISSUE_TEMPLATE/support.yaml b/.github/ISSUE_TEMPLATE/support.yaml index f09095d..5c6fe6d 100644 --- a/.github/ISSUE_TEMPLATE/support.yaml +++ b/.github/ISSUE_TEMPLATE/support.yaml @@ -16,10 +16,9 @@ body: - type: markdown attributes: value: | - To help me to help you, if you are asking about editing the data then please send an `M503` command to your printer, + To help me to help you, if you are asking about editing the data then please send an `M503` command to your printer, and capture the full communication from OctoPrint's terminal. - type: textarea attributes: label: M503 Response render: gcode -