Update issue templates
This commit is contained in:
parent
d760d885fd
commit
30d67360a4
1 changed files with 25 additions and 0 deletions
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is. Give the `ulab` version
|
||||
|
||||
```python
|
||||
from ulab import numpy as np
|
||||
print(np.__version__)
|
||||
```
|
||||
|
||||
**To Reproduce**
|
||||
Describe the steps to reproduce the behavior.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Additional context**
|
||||
Add any other context that might help to locate the root of the problem.
|
||||
Loading…
Reference in a new issue