Skip to content

Commit 1ccd22f

Browse files
authored
Update bug_report.yml
1 parent 50df9ec commit 1ccd22f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,29 @@ body:
1212
attributes:
1313
label: Environment
1414
description: Describe your environment.
15-
placeholder: >
15+
placeholder: |
1616
- Platform: [Windows / MacOS / Ubuntu]
1717
- Python version:
18-
- `bigtree` version:
18+
- `bigtree` version:
19+
validations:
20+
required: true
1921
- type: textarea
2022
attributes:
2123
label: To Reproduce
2224
description: Steps or code to reproduce the behaviour.
23-
placeholder: >
25+
placeholder: |
2426
1. Go to '...'
2527
2. Click on '....'
2628
3. Scroll down to '....'
2729
4. See error
30+
validations:
31+
required: true
2832
- type: textarea
2933
attributes:
3034
label: Expected behaviour
3135
description: A clear and concise description of what you expected to happen.
36+
validations:
37+
required: true
3238
- type: textarea
3339
attributes:
3440
label: Screenshots

0 commit comments

Comments
 (0)