aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2022-11-01 20:40:48 +0000
committerDave Rodgman <dave.rodgman@arm.com>2022-11-01 20:40:48 +0000
commitb256640d72ed9b5a29796292edc20fada47f915a (patch)
tree9324cdc064062c3e063e694116ead36c1daaed2e /CONTRIBUTING.md
parentf3928fb3e0d3f67047dd935e17e7b2d783194a33 (diff)
downloadmbedtls-b256640d72ed9b5a29796292edc20fada47f915a.zip
mbedtls-b256640d72ed9b5a29796292edc20fada47f915a.tar.gz
mbedtls-b256640d72ed9b5a29796292edc20fada47f915a.tar.bz2
Improve list formatting
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8645da7..d19fe57 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,10 +7,10 @@ Quick Checklist for PR contributors
-----------------------------------
More details on all of these points may be found in the sections below.
-- [Sign-off](#license-and-copyright): all commits must be signed off
-- [Tests](#tests): please ensure the PR includes adequate tests
-- [Changelog](#documentation): if needed, please provide a changelog entry
-- [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until the main PR is accepted)
+- [Sign-off](#license-and-copyright): all commits must be signed off.
+- [Tests](#tests): please ensure the PR includes adequate tests.
+- [Changelog](#documentation): if needed, please provide a changelog entry.
+- [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until the main PR is accepted).
Coding Standards
----------------