You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Fixes #\<issue_number>
18
18
<summary><b>Before submitting</b></summary>
19
19
20
20
- Was this **discussed/agreed** via a GitHub issue? (not for typos and docs)
21
-
-[ ] Did you read the [contributor guideline](https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md), **Pull Request** section?
21
+
-[ ] Did you read the [contributor guideline](https://github.com/Lightning-AI/pytorch-lightning/blob/master/.github/CONTRIBUTING.md), **Pull Request** section?
22
22
-[ ] Did you make sure your **PR does only one thing**, instead of bundling different changes together?
23
23
- Did you make sure to **update the documentation** with your changes? (if necessary)
24
24
- Did you write any **new necessary tests**? (not for typos and docs)
0 commit comments