Skip to content

Commit

Permalink
update bug report template (#15905)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Borda and pre-commit-ci[bot] authored Dec 5, 2022
1 parent a86584d commit 6cc4933
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/1_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ body:
placeholder: "# Copy the complete error messages and logs"
value: |
```
# Error messages and logs here please
```
validations:
required: false
Expand All @@ -74,8 +72,10 @@ body:
You can also fill out the list below manually.
value: |
```
<details>
<summary>Current environment</summary>
```
#- Lightning Component (e.g. Trainer, LightningModule, LightningApp, LightningWork, LightningFlow):
#- PyTorch Lightning Version (e.g., 1.5.0):
#- Lightning App Version (e.g., 0.5.2):
Expand All @@ -86,8 +86,9 @@ body:
#- GPU models and configuration:
#- How you installed Lightning(`conda`, `pip`, source):
#- Running environment of LightningApp (e.g. local, cloud):
```
</details>
validations:
required: false

Expand Down

0 comments on commit 6cc4933

Please sign in to comment.