1---
2name: Bug report
3about: Create a report to help us improve our software
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Note on Bugs**
11Please note that questions or feature requests should be discussed on the
12mailing list or Discord. Please see https://github.com/openbmc/openbmc#contact
13for info on how to contact us. Github Issues in openbmc/openbmc are for bugs
14only. Please remove this section when opening a bug.
15
16**Unexpected behavior you saw**
17A clear and concise description of what unexpectedly happened.
18
19**Expected behavior**
20A clear and concise description of what you expected to happen.
21
22**To Reproduce**
23Steps to reproduce the behavior:
241. Go to '...'
252. Click on '....'
263. Scroll down to '....'
274. See error
28
29**Screenshots**
30If applicable, add screenshots to help explain your problem.
31
32**OpenBMC Information:**
33 - /etc/os-release:
34 - uname -a:
35 - Any additional patches or changes:
36
37**Additional context**
38Add any other context about the problem here.
39