diff --git a/.github/ISSUE_TEMPLATE/problem.yml b/.github/ISSUE_TEMPLATE/problem.yml index d9b1fa604..40763448d 100644 --- a/.github/ISSUE_TEMPLATE/problem.yml +++ b/.github/ISSUE_TEMPLATE/problem.yml @@ -91,6 +91,12 @@ body: placeholder: I did something, expected this, and that happened validations: required: true +- type: textarea + id: gcode-file + attributes: + label: GCode File + description: If the problem occurs when running a GCode file, attach it here (with a .txt extension), or paste it if it is short. If you can find a short file that exhibits the problem, it will be easier for us to debug. + placeholder: Paste or attach GCode here - type: textarea id: other-info attributes: