From 347409152dba6262a718149af916a86f0ee4a9d3 Mon Sep 17 00:00:00 2001 From: Burer Date: Fri, 14 Mar 2025 10:03:49 +0200 Subject: [PATCH] CONTIBUTING.md - Fixed broken anchor link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7418fde3..634f30289 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ You can also help us by submitting code via pull requests. The process of submit 2. Make a fork of kolibrios (or other needed) repository 3. Create a branch with a name that matches your changes 4. Implement and test the changes -5. Create commits according to the [accepted style](##commit-style) +5. Create commits according to the [accepted style](#commit-style) 6. Create and submit a pull request into `main` branch 7. Wait for CI/CD pipelines and code review to pass