Skip to content

Commit

Permalink
Update bug_report.md (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielito authored Jan 1, 2021
1 parent ae1b800 commit 1245fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A clear and concise description of what the bug is.
**Minimal code to reproduce**
Small snippet that contains a minimal amount of code.
```python
import elegy
import pypeln
```

**Expected behavior**
Expand All @@ -22,8 +22,8 @@ A clear and concise description of what you expected to happen.
**Library Info**
Please provide os info and elegy version.
```python
import elegy
print(elegy.__version__)
import pypeln
print(pypeln.__version__)
```
**Screenshots**
If applicable, add screenshots to help explain your problem.
Expand Down

0 comments on commit 1245fc2

Please sign in to comment.