diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6a35ff74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: needs analysis +assignees: '' + +--- + +#### Description + + +#### Actual behavior + + +#### Expected behavior + + +#### Environment +- OS: +- Architecture: +- ebusd version: +- ebusd start arguments: +- Integration: + - [ ] TCP + - [ ] HTTP + - [ ] MQTT + - [ ] other + +#### Logs + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f0e8dba8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: needs analysis +assignees: '' + +--- + +#### Description + + +#### Environment +- OS: +- Architecture: +- ebusd version: +- ebusd start arguments: +- Integration: + - [ ] TCP + - [ ] HTTP + - [ ] MQTT + - [ ] other