From 46451efcecd8b2355b8d137b00291122b53c9227 Mon Sep 17 00:00:00 2001 From: Ludwig Holl Date: Sun, 10 Nov 2024 14:17:00 +0100 Subject: [PATCH] added escape-character --- .github/ISSUE_TEMPLATE/BUG.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE.yml | 2 +- .github/ISSUE_TEMPLATE/ISSUE.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 2b5787e0..aee5410c 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -54,7 +54,7 @@ body: attributes: label: Dependencies description: List any dependent tasks or issues. - placeholder: Link dependencies here (e.g., #123). + placeholder: Link dependencies here (e.g., \#123). - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FEATURE.yml b/.github/ISSUE_TEMPLATE/FEATURE.yml index 82d8c642..366bab21 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE.yml @@ -38,7 +38,7 @@ body: attributes: label: Dependencies description: List any dependencies on other issues. - placeholder: Link dependencies here (e.g., #456). + placeholder: Link dependencies here (e.g., \#456). - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/ISSUE.yml b/.github/ISSUE_TEMPLATE/ISSUE.yml index 25bc8724..6ad88fbf 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE.yml +++ b/.github/ISSUE_TEMPLATE/ISSUE.yml @@ -44,7 +44,7 @@ body: attributes: label: Dependencies description: List dependencies, if any. - placeholder: Link dependencies here (e.g., the issue #789). + placeholder: Link dependencies here (e.g., the issue \#789). - type: markdown attributes: