Skip to content

Commit 53f1329

Browse files
authored
Remove required validations (#168)
1 parent ace2496 commit 53f1329

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,19 @@ body:
2424
2525
...
2626
render: python
27-
validations:
28-
required: true
2927
- id: expected
3028
type: textarea
3129
attributes:
3230
label: Expected Behaviour
3331
description: >-
3432
A clear and concise description of what you expected to happen.
35-
validations:
36-
required: true
3733
- id: actual
3834
type: textarea
3935
attributes:
4036
label: Actual Behaviour
4137
description: >-
4238
Be a specific and detailed as you can. Paste any output or stack traces
4339
of errors you receive.
44-
validations:
45-
required: true
4640
- id: version
4741
type: input
4842
attributes:

0 commit comments

Comments
 (0)