mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Clarify that you don't need to add backticks for output
This commit is contained in:
parent
193259d3dc
commit
e91546d4ef
1 changed files with 5 additions and 6 deletions
11
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -61,13 +61,12 @@ body:
|
|||
description: >-
|
||||
Provide the output of the steps above, including the commands
|
||||
themselves and pip's output/traceback etc. If you're familiar with
|
||||
Markdown, this block will have triple backticks added automatically
|
||||
around it -- you don't have to add them.
|
||||
Markdown, DO NOT add backticks. They're added automatically.
|
||||
|
||||
If you want to present output from multiple commands, please present
|
||||
that as a shell session (commands you run get prefixed with `$ `).
|
||||
Please also ensure that the "How to reproduce" section contains matching
|
||||
instructions for reproducing this.
|
||||
If you want to present output from multiple commands, please prefix
|
||||
the line containing the command with `$ `. Please also ensure that
|
||||
the "How to reproduce" section contains matching instructions for
|
||||
reproducing this.
|
||||
render: sh-session
|
||||
|
||||
- type: checkboxes
|
||||
|
|
Loading…
Reference in a new issue