Skip to content

Commit a5530c0

Browse files
hillaryfraleyfabaff
authored andcommitted
Fixed the numbering (home-assistant#1118)
my previous edits separated it into 2 lists that each started with 1. This should be fixed now!
1 parent 6876d7b commit a5530c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/developers/development_submitting.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim
1313

1414
1. From your fork, create a new branch to hold your changes:
1515

16-
`git checkout -b some-feature`
16+
`git checkout -b some-feature`
1717

1818
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).
1919

@@ -25,7 +25,7 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim
2525

2626
`git commit -m "Added some-feature"`
2727

28-
* Consider adding tests to ensure that your code works.
28+
* Consider adding tests to ensure that your code works.
2929

3030
5. Push your committed changes back to your fork on GitHub:
3131

0 commit comments

Comments
 (0)