Files
ebusd/.github/ISSUE_TEMPLATE/bug_report.md
T
2022-02-05 10:34:40 +01:00

37 lines
1.0 KiB
Markdown

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: needs analysis
assignees: ''
---
#### Description
<!-- A clear and concise description of what the bug is.
Anything related to actual message definitions in ebusd-configuration, serial bridge in ebusd-esp, or adapter v3/v2 do not belong here! Use the appropriate repository for those. -->
#### Actual behavior
<!-- A clear and concise description of what you expected to happen. -->
#### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
#### Environment
- OS: <!-- e.g. Ubuntu 20.04 -->
- Architecture: <!-- e.g. x64, arm, i386 -->
- ebusd version: <!-- e.g. 21.3 -->
- ebusd start arguments: <!-- e.g. copy the EBUSD_OPTS line from /etc/default/ebusd -->
- Integration:
- [ ] TCP <!-- cmdline client like ebusctl or netcat -->
- [ ] HTTP
- [ ] MQTT
- [ ] other
#### Logs
<!-- Add some logging e.g. relevent lines found in /var/log/ebusd.log and ensure to wrap it with:
```txt
your log lines
```
-->