Skip to content

Commit 6cc4933

Browse files
update bug report template (#15905)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a86584d commit 6cc4933

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ body:
5252
placeholder: "# Copy the complete error messages and logs"
5353
value: |
5454
```
55-
5655
# Error messages and logs here please
57-
5856
```
5957
validations:
6058
required: false
@@ -74,8 +72,10 @@ body:
7472
7573
You can also fill out the list below manually.
7674
value: |
77-
```
75+
<details>
76+
<summary>Current environment</summary>
7877
78+
```
7979
#- Lightning Component (e.g. Trainer, LightningModule, LightningApp, LightningWork, LightningFlow):
8080
#- PyTorch Lightning Version (e.g., 1.5.0):
8181
#- Lightning App Version (e.g., 0.5.2):
@@ -86,8 +86,9 @@ body:
8686
#- GPU models and configuration:
8787
#- How you installed Lightning(`conda`, `pip`, source):
8888
#- Running environment of LightningApp (e.g. local, cloud):
89-
9089
```
90+
91+
</details>
9192
validations:
9293
required: false
9394

0 commit comments

Comments
 (0)