Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Feb 13, 2019
0 parents commit 1a7049f
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Bug report
about: Create a report to help ESPHome improve

---

<!-- Thanks for reporting a bug for this project. READ THIS FIRST:
- Provide as many details as possible. Simply saying "X gives bug" or "X gives error" is not enough!
- Paste logs, configuration sample and code into the backticks (```).
- Read through the template carefully and fill out all missing details.
- Please also search for similar issues in this issue tracker first and read through the ESPHome FAQ.
DO NOT DELETE ANY TEXT from this template! Otherwise the issue may be closed without a comment.
-->

**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
<!--
Please provide details about your environment below the '-->'.
-->

**ESP (ESP32/ESP8266, Board/Sonoff):**
<!--
Please provide details about which ESP you're using below.
-->

**Affected component:**
<!--
Please add the link to the documentation at https://esphome.io/index.html of the component in question.
-->


**Description of problem:**


**Problem-relevant YAML-configuration entries:**
```yaml
PASTE YAML FILE HERE

```

**Traceback (if applicable):**
<!--
Please copy the traceback here if compilation is failing. If possible, also connect to the ESP over USB and copy its logs into the backticks.
-->
```
```

**Additional information and things you've tried:**
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ESPHome Issue Tracker [![Discord Chat](https://img.shields.io/discord/429907082951524364.svg)](https://discord.gg/KhAMKrd) [![GitHub release](https://img.shields.io/github/release/esphome/esphome.svg)](https://github.com/esphome/esphome/releases/)

[![ESPHome Logo](https://esphome.io/_images/logo-text.png)](https://esphome.io/)

Issue tracker for [ESPHome](https://esphome.io/).

All bug reports for ESPHome are tracked in the GitHub issue tracker of this repository. Please go to the [issues tab](https://github.com/esphome/featureissues/issues) to view all current bug reports.

Creating a bug report here is the best way to coordinate who wants to implement a new integration/feature and tracking progress. Please note there's no guarantee your feature request will be implemented - it all depends on if enough developers are interested in the feature to implement it and if it fits into ESPHome's architecture.

**Documentation:** https://esphome.io/

**Discord Chat:** https://discord.gg/KhAMKr

For feature requests, please see [feature requests](https://github.com/esphome/feature-requests/issues).

0 comments on commit 1a7049f

Please sign in to comment.