You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the existing and past issues.
9
+
**Before submitting a bug report, please read the following instructions:**
10
+
11
+
- Make sure the issue hasn't already been addressed by searching through existing and past issues.
12
+
- Use a clear and concise title for your bug report.
13
+
- Fill out all relevant sections below to help us understand and reproduce the issue.
10
14
11
15
- type: textarea
12
16
id: describe-the-bug
13
17
attributes:
14
18
label: Describe the bug
15
-
description: Short and clear description of what the bug is.
19
+
description: Provide a clear and concise description of the bug.
16
20
validations:
17
21
required: True
18
22
19
23
- type: textarea
20
24
id: expected-behaviour
21
25
attributes:
22
26
label: Expected behaviour
23
-
description: A description of what you expected to happen.
27
+
description: Describe what you expected to happen.
24
28
validations:
25
29
required: True
26
30
@@ -29,35 +33,45 @@ body:
29
33
attributes:
30
34
label: To Reproduce
31
35
description: |
32
-
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.
36
+
If relevant, add a minimal example or detailed steps to reproduce the error. You can share code directly using Google Colab:
description: "Please tell us more about your current SpeechBrain versionand/or git hash (if installed via cloning+editable install). You can also add other setup information that might be relevant."
52
+
label: Environment Details
53
+
description: Provide information about your SpeechBrain version, setup, and any other relevant environment details.
42
54
validations:
43
55
required: False
44
56
45
57
- type: textarea
46
58
id: logs
47
59
attributes:
48
-
label: Relevant log output
49
-
description: Please copy and paste any relevant log output.
60
+
label: Relevant Log Output
61
+
description: Copy and paste any relevant log output here.
50
62
render: shell
63
+
validations:
64
+
required: false
51
65
52
66
- type: textarea
53
67
id: add-context
54
68
attributes:
55
-
label: Additional context
56
-
description: "Add any other context about the problem here."
69
+
label: Additional Context
70
+
description: Share any other context about the problem or your environment that may help in troubleshooting.
57
71
validations:
58
-
required: False
72
+
required: false
59
73
60
74
- type: markdown
61
75
attributes:
62
76
value: |
63
-
Thanks for contributing to SpeechBrain!
77
+
**Thank you for contributing to SpeechBrain!** Your bug report helps us improve the project's reliability.
0 commit comments