From 6beafe555c06c2f6f3c85a13ffb607a1ade85912 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 19 Apr 2018 14:47:29 +0200 Subject: [PATCH] Update issue template so that removing the carriage return doesn't merge the user's text with the list/bullet item. --- .github/issue_template.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 9959beb8..e75910c7 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -9,22 +9,21 @@ SELECT "PREVIEW CHANGES" TO TURN THE URL ABOVE INTO A CLICKABLE LINK. ---- -- Version/Branch of Dear ImGui: +**Version/Branch of Dear ImGui:** XXX -- Back-end/Renderer/OS: _(if the question is related to inputs or rendering, otherwise delete this section)_ +**Back-end/Renderer/OS:** _(if the question is related to inputs or rendering, otherwise delete this section)_ XXX -- My Issue/Question: _(please provide context)_ +**My Issue/Question:** _(please provide context)_ -- Standalone, minimal, complete and verifiable example: _(see CONTRIBUTING.md)_ +**Standalone, minimal, complete and verifiable example:** _(see CONTRIBUTING.md)_ ``` ImGui::Begin("Example Bug"); MoreCodeToExplainMyIssue(); ImGui::End(); ``` -- Screenshots/Video _(you can drag files here)_ - +**Screenshots/Video** _(you can drag files here)_