Skip to content

Commit 1fb0914

Browse files
committed
Reword note on output formatting
1 parent ab09a7b commit 1fb0914

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ body:
6161
description: >-
6262
Provide the output of the steps above, including the commands
6363
themselves and pip's output/traceback etc. If you're familiar with
64-
Markdown, this block will be rendered as a code block.
64+
Markdown, this block will have triple backticks added automatically
65+
around it -- you don't have to add them.
66+
67+
If you want to present output from multiple commands, please present
68+
that as a shell session (commands you run get prefixed with `$ `).
69+
Please also ensure that the "How to reproduce" section contains matching
70+
instructions for reproducing this.
6571
render: sh-session
6672

6773
- type: checkboxes

0 commit comments

Comments
 (0)