From 0693e8fa8197e4b8f5d5e0126ac510e0ec1bfbfa Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sat, 25 May 2019 23:47:10 +0200 Subject: [PATCH] Add solidity code coloration to bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd4d0b410..0e20fb7a7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,8 +33,8 @@ Please provide a *minimal* source code example to trigger the bug you have found Please also mention any command line flags that are necessary for triggering the bug. Provide as much information as necessary to reproduce the bug. -``` +```solidity // Some *minimal* Solidity source code to reproduce the bug. // ... ``` ---> \ No newline at end of file +-->