create issue templates

This commit is contained in:
John
2022-02-05 10:34:40 +01:00
committed by GitHub
parent 81fad83271
commit 2a29a252ed
2 changed files with 59 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
---
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
```
-->
+23
View File
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: needs analysis
assignees: ''
---
#### Description
<!-- A clear and concise description of the requested feature, additional behaviour, different functionality...
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. -->
#### 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