From b268f16c6ec44bddb6cd2e1535b1660bdc922872 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 2 Oct 2024 16:33:01 -0700 Subject: [PATCH] render markdown for steps to reproduce in issue template (#936) --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9c53583ec..bf54823ba 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -24,6 +24,7 @@ body: 1. With this config... 1. Run '...' 1. See error... + render: markdown validations: required: false - type: textarea