From 4b0d753d22e35b416c751216663815b2a578cb1e Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Thu, 16 Nov 2023 09:49:05 +0100 Subject: [PATCH] Fixup for issue templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++--- .github/ISSUE_TEMPLATE/build_failure.md | 10 ---------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7ac0233dc..3e0e411a6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,10 +29,9 @@ is much higher. stripped.) 3. Please strip all boilerplate. -Markdown summary: -```` +**Markdown summary** Some include `code` and a block: ``` void foo(); ``` -```` + diff --git a/.github/ISSUE_TEMPLATE/build_failure.md b/.github/ISSUE_TEMPLATE/build_failure.md index 39ca802c4..18b280c61 100644 --- a/.github/ISSUE_TEMPLATE/build_failure.md +++ b/.github/ISSUE_TEMPLATE/build_failure.md @@ -42,13 +42,3 @@ than less output.) stripped.) 3. Please strip all boilerplate. -Markdown summary: -```` -Some inline `code` and a block: -``` -void foo(); -``` - -Links can simply be pasted: -https://github.com/BlueBrain/HighFive -````