Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 715 Bytes

File metadata and controls

16 lines (11 loc) · 715 Bytes

Contributing to Home Assistant

Everybody is invited and welcome to contribute to Seria CD Website. The process is straight-forward.

  • Fork the Seria CD Page git repository.
  • Write the code for a specific issue
  • Ensure everything works as expected
  • Create a Pull Request with a clear list of what you've done (read more about pull requests).

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Good luck!