From c62230813e63d4f1c37b1c3ba8ce36d35ffe2612 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 29 Jun 2018 02:04:35 +0200 Subject: [PATCH] fix syntax highlightning --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 642b23b..d34842f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -40,6 +40,6 @@ END - This is a comment just for you visible --> #### Relevant Code: -```arduino +```c++ // TODO(you): code here to reproduce the problem ```