From 982e7054d3c3bc94e2060ee3db3267c5a2d9d291 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 21 Jun 2025 11:13:15 +0100 Subject: [PATCH] CONTRIBUTING.md: make it common markdown compatible Adjust the markdown variant, so it renders correctly in both GitHub and cgit (... vim also seems happier fwiw). AFAICT the latter is using CommonMarkdown as handled by python-markdown. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/380 Signed-off-by: Lucas De Marchi --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e35cb84b..221cfd2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,14 +7,15 @@ patches sent to the [mailing list]. In addition you can open issues and feature requests on our [GitHub tracker]. In this file you can find: + * [License and SPDX](#license-and-spdx) * [Commit style and history](#commit-style-and-history) * [Using commit trailers](#using-commit-trailers) + [Signed-off-by](#signed-off-by) - + [Issues, feature requests](#issues--feature-requests) - + [Discussions, references](#discussions--references) - + [Link(s)](#link-s-) - + [Bugfixes, regressions](#bugfixes--regressions) + + [Issues, feature requests](#issues-feature-requests) + + [Discussions, references](#discussions-references) + + [Link(s)](#links) + + [Bugfixes, regressions](#bugfixes-regressions) * [Coding style](#coding-style) * [API documentation](#api-documentation) * [Tools manual pages](#tools-manual-pages) -- 2.47.3