diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d78b198..f2280ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,9 +36,11 @@ Add any other context about the problem here. Include debugging or logging information here: ```batch +\\ Put your logging output here. ``` ### Code example Please provide full code examples below where possible to make it easier for the developers to check your issues. ```csharp +\\ Put your code here. ```