A numbered list is used when the sequence of steps matters. A bulleted list is used to denote a set of items where the sequence does not matter.
The workflow is a sequence and hence changed to a numbered list.
A numbered list is used when the sequence of steps matters. A bulleted list is used to denote a set of items where the sequence does not matter.
The workflow is a sequence and hence changed to a numbered list.
23 | @@ -24,9 +24,9 @@ facilitates social contribution, easy testing and peer review. 24 | 25 | To contribute a patch, the workflow is as follows: 26 | 27 | - - Fork repository 28 | - - Create topic branch 29 | - - Commit patches 30 | + 1. Fork repository
Not sure what others think, but since it's markdown, all items can be 1..
Please squash your commits according to https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits
A numbered list is used when the sequence of steps matters. A bulleted list is used to denote a set of items where the sequence does not matter.
The workflow is a sequence and hence changed to a numbered list.
@MarcoFalke Done!