Include link to bug report template in GitHub bug issue (#15270)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
This commit is contained in:
parent
e4f0f92b3d
commit
9e71132124
|
@ -35,6 +35,7 @@ body:
|
|||
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/pl_bug_report/bug_report_model.ipynb)) or adapt this minimal [snippet](https://github.com/Lightning-AI/lightning/blob/master/examples/pl_bug_report/bug_report_model.py).
|
||||
placeholder: |
|
||||
```python
|
||||
# Sample code to reproduce the problem
|
||||
|
|
Loading…
Reference in New Issue