diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8dc6d359b6e..6fbeb65d469 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -22,8 +22,15 @@ body: id: env attributes: label: Environment - description: Please paste the output of `marimo env` - placeholder: marimo env + description: Paste the output of `marimo env` + value: | +
+ + ``` + Replace this line with the output of marimo env. Leave the backticks in place. + ``` + +
validations: required: true - type: textarea