From 8e3738dcdf3f484c65867306611951a8fd454c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Attila=20Bir=C3=B3?= Date: Sat, 28 Mar 2026 00:15:12 +0100 Subject: [PATCH] fix: add ONBOARDING.md reference to README Add link in navigation bar and Contributing section so new contributors can discover the onboarding guide. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cba34c..d259290 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Claude Code skill that enforces a disciplined Gitflow-based development workflow with conventional commits, semantic versioning, and issue-driven branching. -[Installation](#installation) · [Usage](#usage) · [What It Enforces](#what-it-enforces) · [Contributing](CONTRIBUTING.md) +[Installation](#installation) · [Usage](#usage) · [What It Enforces](#what-it-enforces) · [Contributing](CONTRIBUTING.md) · [Onboarding](ONBOARDING.md) @@ -206,7 +206,7 @@ See [SKILL.md](SKILL.md) for the full specification including commit types, brea ## Contributing -See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. +See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and [ONBOARDING.md](ONBOARDING.md) for a new contributor guide. ## License