esphome/CONTRIBUTING.md

13 lines
656 B
Markdown
Raw Normal View History

# Contributing to ESPHome
2018-10-12 11:26:05 +02:00
For a detailed guide, please see https://esphome.io/guides/contributing.html#contributing-to-esphome
2018-10-12 11:26:05 +02:00
Things to note when contributing:
- Please test your changes :)
2022-02-19 14:46:27 +01:00
- If a new feature is added or an existing user-facing feature is changed, you should also
update the [docs](https://github.com/esphome/esphome-docs). See [contributing to esphome-docs](https://esphome.io/guides/contributing.html#contributing-to-esphomedocs)
2018-10-12 11:26:05 +02:00
for more information.
- Please also update the tests in the `tests/` folder. You can do so by just adding a line in one of the YAML files
which checks if your new feature compiles correctly.