From eccddb710369942b39fa158aaacbe1a12c245619 Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Mon, 4 Nov 2024 10:20:39 +0100 Subject: [PATCH] CONTRIBUTING: fix multi level numbering in Table of contents This is how GitHub expects us to indent the next level of numberings. Signed-off-by: Attila Szakacs --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb318d0a95..c2a9d86682 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,9 +9,9 @@ easier. ## Table of contents 1. [Issues](#issues) - 1. [Reporting bugs](#reporting-bugs) - 2. [Feature requests](#feature-requests) - 3. [Testing](#testing) + 1. [Reporting bugs](#reporting-bugs) + 2. [Feature requests](#feature-requests) + 3. [Testing](#testing) 2. [Pull requests](#pull-requests) 3. [Additional resources](#additional-resources)