Skip to content

Commit 5be42be

Browse files
authored
Update bug_report.md
correct misleading instruction on version number
1 parent e68bb70 commit 5be42be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ assignees: ''
1111
A clear and concise description of what the bug is. Give the `ulab` version
1212

1313
```python
14-
from ulab import numpy as np
15-
print(np.__version__)
14+
import ulab
15+
print(ulab.__version__)
1616
```
1717

1818
**To Reproduce**

0 commit comments

Comments
 (0)