From e78f2a88e1c4ef5ef5e2eadc799256bbec2e18b6 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:12:04 -0700 Subject: [PATCH] Add a code block to the default value of the bug template (#55322) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 128036f06fa..c21d5edd1fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -77,6 +77,10 @@ body: - We have to pare too much extraneous code. - We have to clone a large repo and validate that the problem isn't elsewhere. - The sample is confusing or doesn't clearly demonstrate what's wrong. + value: | + ```ts + // Your code here + ``` validations: required: false - type: textarea