From 72fc09d6d4038a81243895f8e209f16ae1e34bad Mon Sep 17 00:00:00 2001 From: Cameron Dixon Date: Wed, 26 Jun 2024 23:07:11 -0400 Subject: [PATCH] Update issue-default.yml to use * in links to other issues section Using a * before an issue makes GitHub display the issue details and whether it's open or closed. --- .github/ISSUE_TEMPLATE/issue-default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-default.yml b/.github/ISSUE_TEMPLATE/issue-default.yml index 47fb2c226..f1cb5694f 100644 --- a/.github/ISSUE_TEMPLATE/issue-default.yml +++ b/.github/ISSUE_TEMPLATE/issue-default.yml @@ -31,8 +31,8 @@ body: attributes: label: Links to other issues description: | - "Add issue #numbers this relates to and how (e.g., 🚧 [construction] Blocks, ⛔️ [no_entry] Is blocked by, 🔄 [arrows_counterclockwise] Relates to)." - placeholder: 🔄 Relates to... + "With a `*` to start, add issue #numbers this relates to and how (e.g., 🚧 [construction] Blocks, ⛔️ [no_entry] Is blocked by, 🔄 [arrows_counterclockwise] Relates to)." + placeholder: * 🔄 Relates to... - type: markdown id: note attributes: