Skip to content

Commit c8c4415

Browse files
committed
Add remaining textareas to the bug report template
1 parent c7e6ab2 commit c8c4415

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ body:
4949
description: What happened?
5050
validations:
5151
required: true
52+
- type: textarea
53+
attributes:
54+
label: Steps to reproduce
55+
description: 'Self-contained, minimal reproducing code samples are **extremely** helpful and will expedite addressing your issue'
56+
placeholder: 'If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/'
57+
validations:
58+
required: true
59+
- type: textarea
60+
attributes:
61+
label: Logs
62+
description: 'Output for `Python` in the Output panel'
63+
placeholder: '`View` → `Output`, change the drop-down the upper-right of the `Output` panel to `Python`'
5264
- type: checkboxes
5365
attributes:
5466
label: Code of Conduct

0 commit comments

Comments
 (0)