From 1d48e47721da9fe496623c25f7b181a72501c3c7 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 3 Apr 2023 12:42:09 +0200 Subject: [PATCH] chore: fix dot list numbers --- docs/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index b63660384..2efcf0106 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -9,9 +9,9 @@ Before any contribution, read and be prepared to adhere to our LibreTime development workflows follow the standardized [C4 development process](https://rfc.zeromq.org/spec:42/c4/), with some LibreTime specific changes: - [2.3. Patch Requirements](https://rfc.zeromq.org/spec/42/#23-patch-requirements) - - 7. A patch commit message MUST follow the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/). + - `7.` A patch commit message MUST follow the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/). - [2.4. Development Process](https://rfc.zeromq.org/spec/42/#24-development-process) - - 16. Maintainers MAY NOT merge incorrect patches. + - `16.` Maintainers MAY NOT merge incorrect patches. ## Contribute financially