We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d1cc6 commit f2fbf48Copy full SHA for f2fbf48
.github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,25 @@
1
+---
2
+name: Bug
3
+about: Describe a faulty behavior
4
+title: ''
5
+labels: bug
6
+assignees: ''
7
+
8
9
10
+**Describe**
11
+Describe the bug / unexpected event
12
13
+**Snapshot to reproduce**
14
+<a href="https://example.com">If possible add a link to the snapshot which caused the error.</a>
15
16
+**Command to reproduce**
17
+`Add the used command`
18
19
+**Terminal output**
20
+```
21
+Insert exception / output if possible - remove private folders / files
22
23
24
+**Additional context**
25
+Add any other context about the problem here.
0 commit comments