Skip to content

Commit d7d5824

Browse files
authored
chore: Add bug report issue template to improve issue tracking (#69)
Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
1 parent 019c1ca commit d7d5824

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG]: '
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To reproduce**
13+
Steps to reproduce the behavior:
14+
15+
1. Run the command `...`
16+
2. Go to '...'
17+
3. Click on '....'
18+
4. See error
19+
20+
**Screenshots**
21+
If applicable, add screenshots to help explain your problem.
22+
23+
**System information**
24+
Please provide the following information to help us debug the issue:
25+
26+
<!--
27+
Please fill in the details below
28+
to help us understand your environment better.
29+
30+
DO NOT PROVIDE ANY SENSITIVE INFORMATION.
31+
-->
32+
33+
- Operating System (with version):
34+
- CPU Architecture:
35+
- Capture Version:
36+
- Installation Method (binary, container, etc.):
37+
- Output of `uname -a`:
38+
- Output of `lsblk`:
39+
- Output of `df -h`:
40+
- Root Filesystem Type:
41+
- Virtualization (bare metal/VM/container):
42+
43+
**Logs**
44+
Please provide:
45+
46+
- Capture metrics responses (if applicable):
47+
- Capture logs (if applicable):

0 commit comments

Comments
 (0)