Skip to content

Commit fbb074c

Browse files
authored
improve bug_report.yaml
1 parent 233e72c commit fbb074c

1 file changed

Lines changed: 27 additions & 13 deletions

File tree

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
name: 🪲 Bug Report
22
description: Something went wrong? Let us know! 🐣
3-
title: "[Bug]: "
3+
title: ""
44
labels: ["bug"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
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.
1014
1115
- type: textarea
1216
id: describe-the-bug
1317
attributes:
1418
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.
1620
validations:
1721
required: True
1822

1923
- type: textarea
2024
id: expected-behaviour
2125
attributes:
2226
label: Expected behaviour
23-
description: A description of what you expected to happen.
27+
description: Describe what you expected to happen.
2428
validations:
2529
required: True
2630

@@ -29,35 +33,45 @@ body:
2933
attributes:
3034
label: To Reproduce
3135
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:
37+
1. Visit [Google Colab](https://colab.research.google.com/).
38+
2. Create a new notebook.
39+
3. Paste your code into the notebook.
40+
4. Share the notebook by clicking on "Share" in the top-right corner.
41+
5. Share the notebook's link here.
42+
43+
In the worst case, provide detailed steps to reproduce the behavior.
44+
3345
placeholder: "```python #your code ``` \n ```yaml #your yaml code ```"
3446
validations:
3547
required: False
3648

3749
- type: textarea
3850
id: versions
3951
attributes:
40-
label: Versions
41-
description: "Please tell us more about your current SpeechBrain version and/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.
4254
validations:
4355
required: False
4456

4557
- type: textarea
4658
id: logs
4759
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.
5062
render: shell
63+
validations:
64+
required: false
5165

5266
- type: textarea
5367
id: add-context
5468
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.
5771
validations:
58-
required: False
72+
required: false
5973

6074
- type: markdown
6175
attributes:
6276
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

Comments
 (0)