Skip to content

Commit 152133f

Browse files
committed
Tweak wording in the bug report issue form
1 parent 3b7271c commit 152133f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ body:
3737
attributes:
3838
label: How to Reproduce
3939
description: Please provide steps to reproduce this bug.
40-
value: |
40+
placeholder: |
4141
1. Get package from '...'
4242
2. Then run '...'
4343
3. An error occurs.
@@ -49,7 +49,8 @@ body:
4949
label: Output
5050
description: >-
5151
Provide the output of the steps above, including the commands
52-
themselves and pip's output/traceback etc.
52+
themselves and pip's output/traceback etc. If you're familiar with
53+
Markdown, this block will be rendered as a code block.
5354
render: sh-session
5455

5556
- type: checkboxes

0 commit comments

Comments
 (0)