Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 656 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 656 Bytes

Contributing to ESPHome

For a detailed guide, please see https://esphome.io/guides/contributing.html#contributing-to-esphome

Things to note when contributing:

  • Please test your changes :)
  • If a new feature is added or an existing user-facing feature is changed, you should also update the docs. See contributing to esphome-docs 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.