From 2a29a252edac829d65fe1e8c6de3b2061d00b018 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 5 Feb 2022 10:34:40 +0100 Subject: [PATCH] create issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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