Fixed the numbering (#1118)

my previous edits separated it into 2 lists that each started with 1. This should be fixed now!
This commit is contained in:
Hillary Fraley 2016-10-04 16:02:42 -04:00 committed by Fabian Affolter
parent 6876d7b764
commit a5530c0d29

View File

@ -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: 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). 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"` `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: 5. Push your committed changes back to your fork on GitHub: