Skip to content

Commit f2fbf48

Browse files
authored
Update issue templates
1 parent 31d1cc6 commit f2fbf48

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)