We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176035d commit 6ba6be6Copy full SHA for 6ba6be6
.github/ISSUE_TEMPLATE/bug_report.md
@@ -19,3 +19,12 @@ along with its entire output.
19
Even for runtime issues it helps a lot if you can include the full link command.
20
Adding `-v` to the link command will show all of the sub-commands run which
21
can help us diagnose your issue.
22
+
23
+Note: Where possible, please avoid attaching screen shots of code or console
24
+logs. Instead, please include them as text so that they may be copied /
25
+searched. To make code blocks more readable and syntax highlighted, please
26
+escape them with three backticks before and after, like this:
27
28
+```cpp
29
+int x = 20;
30
+```
0 commit comments