From 04d6a1204a08e2f3b057304d38d608b8a74809c8 Mon Sep 17 00:00:00 2001 From: Cameron Dixon Date: Thu, 5 Oct 2023 10:25:51 -0400 Subject: [PATCH] fix note with markdown type instead of textarea --- .github/ISSUE_TEMPLATE/issue-default.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-default.yml b/.github/ISSUE_TEMPLATE/issue-default.yml index 645ed4120..a71623d4f 100644 --- a/.github/ISSUE_TEMPLATE/issue-default.yml +++ b/.github/ISSUE_TEMPLATE/issue-default.yml @@ -26,10 +26,9 @@ body: label: Links to other issues description: | Add the issue number of other issues this relates to and how (blocks, is blocked by, relates to). - placeholder: relates to #123 - - type: textarea + placeholder: Relates to... + - type: markdown id: note attributes: - label: Note - description: | - We may edit this issue's text to document our understanding and clarify the product work. + value: | + > We may edit this issue's text to document our understanding and clarify the product work.