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 3b7271c commit 152133fCopy full SHA for 152133f
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -37,7 +37,7 @@ body:
37
attributes:
38
label: How to Reproduce
39
description: Please provide steps to reproduce this bug.
40
- value: |
+ placeholder: |
41
1. Get package from '...'
42
2. Then run '...'
43
3. An error occurs.
@@ -49,7 +49,8 @@ body:
49
label: Output
50
description: >-
51
Provide the output of the steps above, including the commands
52
- themselves and pip's output/traceback etc.
+ themselves and pip's output/traceback etc. If you're familiar with
53
+ Markdown, this block will be rendered as a code block.
54
render: sh-session
55
56
- type: checkboxes
0 commit comments