Skip to content

Commit caadfb7

Browse files
authored
update bug-report/issue with reproducing in Studio (#2081)
1 parent 1f4325f commit caadfb7

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ body:
1818
validations:
1919
required: true
2020

21+
- type: input
22+
attributes:
23+
label: Reproduced in studio
24+
description: >
25+
Create a new Lightning Studio with code that reproduces the issue and share the link.
26+
Also include all the relevant files and data required to reproduce shared issue.
27+
In case the code does not crash, please add assert statements to show what is the real and expected output.
28+
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).
29+
placeholder: https://lightning.ai/...
30+
validations:
31+
required: false
32+
2133
- type: dropdown
2234
id: operating_system
2335
attributes:
@@ -39,13 +51,6 @@ body:
3951
Please provide details about your LitGPT version by running the following code in your terminal:
4052
```
4153
pip show litgpt | grep Version:
42-
```
43-
You can simply copy and paste the outputs below.
44-
value: |
45-
```
46-
47-
48-
4954
```
5055
validations:
5156
required: false

0 commit comments

Comments
 (0)