Skip to content
Snippets Groups Projects
CONTRIBUTING.md 1.09 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Contributing to Home Assistant
    
    
    Everybody is invited and welcome to contribute to Home Assistant. There is a lot to do...if you are not a developer perhaps you would like to help with the documentation on [home-assistant.io](https://home-assistant.io/)? If you are a developer and have devices in your home which aren't working with Home Assistant yet, why not spent a couple of hours and help to integrate them?
    
    The process is straight-forward.
    
     - Read [How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#best-practices-for-faster-reviews) by Kubernetes (but skip step 0)
    
    Fabian Affolter's avatar
    Fabian Affolter committed
     - Fork the Home Assistant [git repository](https://github.com/home-assistant/home-assistant).
    
     - Write the code for your device, notification service, sensor, or IoT thing.
    
     - Ensure tests work.
    
    Fabian Affolter's avatar
    Fabian Affolter committed
     - Create a Pull Request against the [**dev**](https://github.com/home-assistant/home-assistant/tree/dev) branch of Home Assistant.
    
    Still interested? Then you should take a peek at the [developer documentation](https://home-assistant.io/developers/) to get more details.