From: Emil Velikov Date: Sat, 21 Jun 2025 10:13:15 +0000 (+0100) Subject: CONTRIBUTING.md: make it common markdown compatible X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=982e7054d3c3bc94e2060ee3db3267c5a2d9d291;p=thirdparty%2Fkmod.git 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 --- 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)