From 31992aac50aefef043b2bcbfc903e1eb596e5abd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Mar 2016 19:26:29 +0100 Subject: [PATCH] Add details about the branches --- source/developers/website.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/developers/website.markdown b/source/developers/website.markdown index 72e1b873729..cc0a3f6c756 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -18,7 +18,8 @@ To work on the website the process is no different to working on Home Assistant - Fork the home-assistant.io [git repository](https://github.com/balloob/home-assistant.io). - Create/edit/update a page in the directory `source/_components/` for your platform/component. - To test changes to home-assistant.io locally, run ``rake preview`` and navigate to http://127.0.0.1:4000. -- Create a Pull Request (PR) against the **next** branch of home-assistant.io. +- Create a Pull Request (PR) against the **next** branch of home-assistant.io if your documentation is for a new feature, platform, or component. +- Create a Pull Request (PR) against the **master** branch of home-assistant.io if you fix stuff, create Cookbook entries, or expand existing documentation. For a platform page it would be the fastest way to make a copy of an existing page and edit it. The [component overview](/components/) is generated automatically, so there is no need to add a link to that your page.