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.
2 parents 4d09e3c + 7b61a10 commit e0946f3Copy full SHA for e0946f3
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -61,11 +61,13 @@ body:
61
description: >-
62
Provide the output of the steps above, including the commands
63
themselves and pip's output/traceback etc.
64
+ (The output will auto-rendered as code, no need for backticks.)
65
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.
70
+ render: shell
71
72
- type: checkboxes
73
attributes:
news/12630.trivial.rst
@@ -0,0 +1 @@
1
+Add ``render: shell`` to the bug report template to format output as code
0 commit comments