Skip to content

Commit e270469

Browse files
committed
pre-commit fix
1 parent cf3a243 commit e270469

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ body:
1414
label: Describe the bug
1515
description: Short and clear description of what the bug is.
1616
validations:
17-
required: true
18-
19-
17+
required: True
18+
19+
2020
- type: textarea
2121
id: expected-behaviour
2222
attributes:
2323
label: Expected behaviour
24-
description: A description of what you expected to happen.
24+
description: A description of what you expected to happen.
2525
validations:
26-
required: true
27-
26+
required: True
27+
2828
- type: textarea
2929
id: to-reproduce
3030
attributes:
@@ -33,31 +33,31 @@ body:
3333
If relevant, add a minimal example so that we can reproduce the error by running the code. It is very important for the snippet to be as minimal as possible. We will copy-paste your code, and we expect to get the same result as you did: avoid any external data, and include the relevant imports.
3434
placeholder: "```python #your code ``` \n ```yaml #your yaml code ```"
3535
validations:
36-
required: false
37-
36+
required: False
37+
3838
- type: textarea
3939
id: versions
4040
attributes:
4141
label: Versions
4242
description: "Please tell us more about your current system (e.g OS system, Cuda version, speechbrain version...). You can also copy-paste the output of pip list."
4343
validations:
44-
required: false
45-
44+
required: False
45+
4646
- type: textarea
4747
id: logs
4848
attributes:
4949
label: Relevant log output
5050
description: Please copy and paste any relevant log output.
5151
render: shell
52-
52+
5353
- type: textarea
5454
id: add-context
5555
attributes:
5656
label: Additional context
5757
description: "Add any other context about the problem here."
5858
validations:
59-
required: false
60-
59+
required: False
60+
6161
- type: markdown
6262
attributes:
6363
value: |

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ body:
1010
label: 🚀The feature
1111
description: "What are you missing in SpeechBrain and what would you like to do with it?"
1212
validations:
13-
required: true
14-
13+
required: True
14+
1515
- type: textarea
1616
id: solution
1717
attributes:
1818
label: Solution outline
1919
description: "How would you like to use it, and see it being useed by others?"
2020
validations:
21-
required: true
21+
required: True
2222

2323

2424
- type: textarea

0 commit comments

Comments
 (0)