diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..3d46b9a2f --- /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 000000000..05b02948b --- /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 000000000..fe80521c6 --- /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**