From 06371c9e2d2c9365cd62885b39fcccef7b82c85f Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 12 Oct 2018 11:27:14 +0200 Subject: [PATCH] Create issue templates (#171) * Create issue templates * Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 47 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++ .github/ISSUE_TEMPLATE/new-integration.md | 20 ++++++++++ 3 files changed, 89 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/new-integration.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..3d46b9a2f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + + + +**Operating environment (Hass.io/Docker/pip/etc.):** + + +**ESP (ESP32/ESP8266/Board/Sonoff):** + + +**Affected component:** + + + +**Description of problem:** + + +**Problem-relevant YAML-configuration entries:** +```yaml + +``` + +**Traceback (if applicable):** + +``` + +``` + +**Additional information:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..05b02948b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + + + +**Is your feature request related to a problem? Please describe.** + +Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A description of what you want to happen. + +**Additional context** +Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/new-integration.md b/.github/ISSUE_TEMPLATE/new-integration.md new file mode 100644 index 0000000000..fe80521c6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-integration.md @@ -0,0 +1,20 @@ +--- +name: New integration +about: Suggest a new integration for esphomelib + +--- + + + +**What new integration would you wish to have?** + + +**If possible, provide a link to an existing library for the integration:** + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Additional context**