From a5530c0d29fc4dfb4747d7ec38208acf7a42d21a Mon Sep 17 00:00:00 2001 From: Hillary Fraley Date: Tue, 4 Oct 2016 16:02:42 -0400 Subject: [PATCH] Fixed the numbering (#1118) my previous edits separated it into 2 lists that each started with 1. This should be fixed now! --- source/developers/development_submitting.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/developers/development_submitting.markdown b/source/developers/development_submitting.markdown index 0faeca19b0b..d72120f75ec 100644 --- a/source/developers/development_submitting.markdown +++ b/source/developers/development_submitting.markdown @@ -13,7 +13,7 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim 1. From your fork, create a new branch to hold your changes: - `git checkout -b some-feature` + `git checkout -b some-feature` 2. Make your changes, create a [new platform](/developers/add_new_platform/), develop a [new component](/developers/creating_components/), or fix [issues](https://github.com/home-assistant/home-assistant/issues). @@ -25,7 +25,7 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim `git commit -m "Added some-feature"` - * Consider adding tests to ensure that your code works. + * Consider adding tests to ensure that your code works. 5. Push your committed changes back to your fork on GitHub: