diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yaml b/.github/ISSUE_TEMPLATE/1_bug_report.yaml index 423de06f191bc..917a0fcdaf09e 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yaml @@ -46,12 +46,22 @@ body: attributes: value: "**Note: The rest of this form is optional, but filling it out may help us to provide better support.**" + - type: input + attributes: + label: Reproduced in studio + description: > + Create a new Lightning Studio with code that reproduces the issue and share the link. + Also include all the relevant files and data required to reproduce shared issue. + In case the code does not crash, please add assert statements to show what is the real and expected output. + 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). + placeholder: https://lightning.ai/live-session/... + validations: + required: false - type: textarea attributes: label: How to reproduce the bug description: > - Provide steps and example code here. - 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). + In the special case when the issue can't be reproduced in a studio, provide steps and example code here. placeholder: | ```python # Sample code to reproduce the problem