Skip to content

Commit d0c89a1

Browse files
authored
Merge pull request #10865 from pypa/pradyunsg-patch-1
Clarify that you don't need to add backticks for output
2 parents 1d41abb + e91546d commit d0c89a1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ 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 have triple backticks added automatically
65-
around it -- you don't have to add them.
64+
Markdown, DO NOT add backticks. They're added automatically.
6665
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.
66+
If you want to present output from multiple commands, please prefix
67+
the line containing the command with `$ `. Please also ensure that
68+
the "How to reproduce" section contains matching instructions for
69+
reproducing this.
7170
render: sh-session
7271

7372
- type: checkboxes

0 commit comments

Comments
 (0)