Update bug_report.md
correct misleading instruction on version number
This commit is contained in:
parent
e68bb707b2
commit
5be42be128
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -11,8 +11,8 @@ assignees: ''
|
|||
A clear and concise description of what the bug is. Give the `ulab` version
|
||||
|
||||
```python
|
||||
from ulab import numpy as np
|
||||
print(np.__version__)
|
||||
import ulab
|
||||
print(ulab.__version__)
|
||||
```
|
||||
|
||||
**To Reproduce**
|
||||
|
|
|
|||
Loading…
Reference in a new issue