Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 622 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 622 Bytes

Contributing to the ESPHome Samsung AC Project

Thank you for your interest in contributing to this project! We welcome all kinds of contributions, from reporting bugs to writing code, improving documentation, or suggesting features.

How to Contribute

  1. Fork the repository.
  2. Clone your fork locally.
  3. Make your changes in a new branch.
  4. Test your changes thoroughly.
  5. Open a pull request with a clear description of your changes.

Guidelines

  • Please follow the coding style guidelines.
  • Write meaningful commit messages.
  • Ensure that all tests pass before submitting a pull request.