Clarify that you don't need to add backticks for output

This commit is contained in:
Pradyun Gedam 2022-01-31 18:49:07 +00:00 committed by GitHub
parent 193259d3dc
commit e91546d4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -61,13 +61,12 @@ body:
description: >- description: >-
Provide the output of the steps above, including the commands Provide the output of the steps above, including the commands
themselves and pip's output/traceback etc. If you're familiar with themselves and pip's output/traceback etc. If you're familiar with
Markdown, this block will have triple backticks added automatically Markdown, DO NOT add backticks. They're added automatically.
around it -- you don't have to add them.
If you want to present output from multiple commands, please present If you want to present output from multiple commands, please prefix
that as a shell session (commands you run get prefixed with `$ `). the line containing the command with `$ `. Please also ensure that
Please also ensure that the "How to reproduce" section contains matching the "How to reproduce" section contains matching instructions for
instructions for reproducing this. reproducing this.
render: sh-session render: sh-session
- type: checkboxes - type: checkboxes