summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 532af8e362058659944293767883d5a3d553dddf (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
---
name: Bug report
about: Create a report
title: ""
labels: ""
assignees: ""
---

**Describe the bug** A clear and concise description of what the bug is.

**Environment** What OpenBMC platform was this found on? If this was tested in
QEMU, please add

What specific OpenBMC versions (SHA1) did you use? (note, SHA1 should be
resolvable to <https://github.com/openbmc/openbmc>)

**To Reproduce** Steps to reproduce the behavior:

1. Run the command '....'
2. See error
3. Expected behavior was '....'

**Is this a regression** Has this behavior worked in the past? If yes, on which
commit did it work, and what commit was broken?