Skip to content

Commit

Permalink
docs: update bug template
Browse files Browse the repository at this point in the history
(cherry picked from commit 24e99c5)
  • Loading branch information
Borda committed Sep 11, 2024
1 parent 452567c commit 7f2d9df
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ Steps to reproduce the behavior...
<details>
<summary>Code sample</summary>

<!-- Ideally attach a minimal code sample to reproduce the decried issue.
Minimal means having the shortest code but still preserving the bug. -->
```python
# Ideally attach a minimal code sample to reproduce the decried issue.
# Minimal means having the shortest code but still preserving the bug.
```

</details>

Expand All @@ -30,9 +32,9 @@ Minimal means having the shortest code but still preserving the bug. -->

### Environment

- TorchMetrics version (and how you installed TM, e.g. `conda`, `pip`, build from source):
- Python & PyTorch Version (e.g., 1.0):
- Any other relevant information such as OS (e.g., Linux):
- TorchMetrics version (if build from source, add commit SHA): ???
- Python & PyTorch Version (e.g., 1.0): ???
- Any other relevant information such as OS (e.g., Linux): ???

### Additional context

Expand Down

0 comments on commit 7f2d9df

Please sign in to comment.