Update issue templates

This commit is contained in:
Zoltán Vörös 2021-02-15 19:30:09 +01:00 committed by GitHub
parent d760d885fd
commit 30d67360a4

25
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.