Skip to content

Commit f4ddc55

Browse files
committed
playing with indentation
1 parent 4bb46d6 commit f4ddc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guided_a/tutorial5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ branch we're currently at with the `hg branch` command:
121121
1. It was mentioned earlier that different Gazebo releases live in different
122122
branches.
123123

124-
* If you're fixing a bug on an existing release, you'll want to start
124+
1. If you're fixing a bug on an existing release, you'll want to start
125125
from that branch, for example `gazebo7`. When targeting a release
126126
branch, make sure your changes won't break ABI or API.
127127

128-
* If you're adding a new feature, you probably want it to go into a future
128+
1. If you're adding a new feature, you probably want it to go into a future
129129
release, so you can start from `default`.
130130

131131
You can change to the target branch with the `hg up` command, for example:

0 commit comments

Comments
 (0)