summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 52e024b73a0b68751707c456252c3bdb43542744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: cmonr, x85446, ygoyal18

---

**Describe the bug**
A detailed description of what the bug is. Also add the current behavior of the bug.

**System Information**
Include as many relevant details about the system you experienced the bug in. This will help reproduce the bug. For example - 
* OS distribution and release version. On Linux, provide the output of `lsb_release -a` and `uname -a`
* docker version

**To Reproduce**
Provide steps to reproduce the behavior.

**Expected behavior**
A description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.