We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab09a7b commit 1fb0914Copy full SHA for 1fb0914
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -61,7 +61,13 @@ body:
61
description: >-
62
Provide the output of the steps above, including the commands
63
themselves and pip's output/traceback etc. If you're familiar with
64
- Markdown, this block will be rendered as a code block.
+ 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.
71
render: sh-session
72
73
- type: checkboxes
0 commit comments