From 017d14cf141bad6174a0b0e9771a6c9fa9b726b8 Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Sun, 29 Dec 2024 11:17:24 -0800 Subject: [PATCH] chore: update env section of bug issue template (#3308) nest under details; include backticks --- .github/ISSUE_TEMPLATE/bug_report.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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