|
@@ -0,0 +1,30 @@
|
|
|
|
+---
|
|
|
|
+name: Bug report
|
|
|
|
+about: Create a bug report
|
|
|
|
+title: ''
|
|
|
|
+labels: bug
|
|
|
|
+assignees: semlanik
|
|
|
|
+
|
|
|
|
+---
|
|
|
|
+
|
|
|
|
+**Describe the bug**
|
|
|
|
+A clear and concise description of what the bug is.
|
|
|
|
+
|
|
|
|
+**To Reproduce**
|
|
|
|
+Steps to reproduce the behavior:
|
|
|
|
+1. Go to '...'
|
|
|
|
+2. Click on '....'
|
|
|
|
+3. Scroll down to '....'
|
|
|
|
+4. See error
|
|
|
|
+
|
|
|
|
+**Expected behavior**
|
|
|
|
+A clear and concise description of what you expected to happen.
|
|
|
|
+
|
|
|
|
+**Environment:**
|
|
|
|
+ - OS: [e.g. linux]
|
|
|
|
+ - Version [e.g. 0.2.0 or 6a8f5622b9f5e22870443933322bfc49b9bc8305]
|
|
|
|
+
|
|
|
|
+**Additional context**
|
|
|
|
+Add any other context about the problem here.
|
|
|
|
+
|
|
|
|
+> **Note:** Please attach sample code to reproduce issue if applicable
|