core/CONTRIBUTING.md

14 lines
921 B
Markdown
Raw Normal View History

# Contributing to Home Assistant
2015-06-04 14:26:52 +00:00
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?
2015-06-04 14:26:52 +00:00
The process is straight-forward.
2016-04-12 12:18:18 +00:00
- 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.
2016-02-27 11:52:25 +00:00
- Ensure tests work.
2016-04-12 12:18:18 +00:00
- 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 peak at the [developer documentation](https://home-assistant.io/developers/) to get more details.