aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorVivek Ganesan <caliberoviv@gmail.com>2017-11-07 05:53:59 +0530
committervivganes <vivek@vivekganesan.com>2017-11-07 22:33:58 +0530
commitd0b1fc88d83c76d9ee361c9fd49f6b2bc48b04ff (patch)
tree522b00d5ccf150e4ef1fb8a77e895cfac07f3e52 /CONTRIBUTING.md
parent0e707919f596c80056bca295abd71543ccae4956 (diff)
downloadbitcoin-d0b1fc88d83c76d9ee361c9fd49f6b2bc48b04ff.tar.xz
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.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2662794bcf..9f95d3f818 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.