Skip to content

Commit 1b12c4b

Browse files
Bordaali-alshaar7
andauthored
updating issue template (#20720)
* updating issue template * Update .github/ISSUE_TEMPLATE/1_bug_report.yaml * Update .github/ISSUE_TEMPLATE/1_bug_report.yaml * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Ali Alshaarawy <[email protected]>
1 parent d5208f7 commit 1b12c4b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yaml

+12-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,22 @@ body:
4646
attributes:
4747
value: "**Note: The rest of this form is optional, but filling it out may help us to provide better support.**"
4848

49+
- type: input
50+
attributes:
51+
label: Reproduced in studio
52+
description: >
53+
Create a new Lightning Studio with code that reproduces the issue and share the link.
54+
Also include all the relevant files and data required to reproduce shared issue.
55+
In case the code does not crash, please add assert statements to show what is the real and expected output.
56+
A simple guide on how to create such a studio can be found [here](https://www.youtube.com/watch?v=YcW-2Zt_bFg&ab_channel=LightningAI).
57+
placeholder: https://lightning.ai/live-session/...
58+
validations:
59+
required: false
4960
- type: textarea
5061
attributes:
5162
label: How to reproduce the bug
5263
description: >
53-
Provide steps and example code here.
54-
You can also paste a link to Google Colab (see our [Colab bug report template](https://colab.research.google.com/github/Lightning-AI/lightning/blob/master/examples/pytorch/bug_report/bug_report_model.ipynb)) or adapt this minimal [snippet](https://github.com/Lightning-AI/lightning/blob/master/examples/pytorch/bug_report/bug_report_model.py).
64+
In the special case when the issue can't be reproduced in a studio, provide steps and example code here.
5565
placeholder: |
5666
```python
5767
# Sample code to reproduce the problem

0 commit comments

Comments
 (0)