From bc1e670fb749be78d904fdf42a37ca80cd2ea78a Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 1 Nov 2022 20:40:48 +0000 Subject: [PATCH] Improve list formatting Signed-off-by: Dave Rodgman --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91bdcb33b..02cbaa2fa 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 ----------------