diff options
| author | Vivek Ganesan <[email protected]> | 2017-11-07 05:53:59 +0530 |
|---|---|---|
| committer | vivganes <[email protected]> | 2017-11-07 22:33:58 +0530 |
| commit | d0b1fc88d83c76d9ee361c9fd49f6b2bc48b04ff (patch) | |
| tree | 522b00d5ccf150e4ef1fb8a77e895cfac07f3e52 | |
| parent | Merge #11611: [build] Don't fail when passed --disable-lcov and lcov isn't av... (diff) | |
| download | discoin-d0b1fc88d83c76d9ee361c9fd49f6b2bc48b04ff.tar.xz discoin-d0b1fc88d83c76d9ee361c9fd49f6b2bc48b04ff.zip | |
Docs: Change formatting for sequence of steps
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.
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2662794bc..9f95d3f81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,9 +24,9 @@ facilitates social contribution, easy testing and peer review. To contribute a patch, the workflow is as follows: - - Fork repository - - Create topic branch - - Commit patches + 1. Fork repository + 1. Create topic branch + 1. Commit patches The project coding conventions in the [developer notes](doc/developer-notes.md) must be adhered to. |