Skip to content

Commit 6ba6be6

Browse files
authored
Add note about screenshots to issue template. NFC. (#20443)
1 parent 176035d commit 6ba6be6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ along with its entire output.
1919
Even for runtime issues it helps a lot if you can include the full link command.
2020
Adding `-v` to the link command will show all of the sub-commands run which
2121
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

Comments
 (0)