From 402e5441cde007a7e61647df348eac60ed7a86ff Mon Sep 17 00:00:00 2001 From: mrizzi Date: Tue, 7 Jul 2026 10:25:43 +0200 Subject: [PATCH] docs: add Contributing section and changelog entry for contributors ladder Add a Contributing section to README.md referencing CONTRIBUTING.md and an [Unreleased] changelog entry for the contributors ladder infrastructure (CONTRIBUTING.md, CODEOWNERS, GitHub Issue templates). Implements TC-5082 Co-Authored-By: Claude Opus 4.6 (1M context) Assisted-by: Claude Code --- CHANGELOG.md | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b07121627..103cba764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the sdlc-workflow plugin are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Contributors ladder with CONTRIBUTING.md, CODEOWNERS, and GitHub Issue templates (TC-5072) + ## [0.12.2] - 2026-07-03 ### Fixed diff --git a/README.md b/README.md index 5e118fa51..7d6e3e423 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,12 @@ workflow. - [Conventions Template](docs/templates/conventions.md) — Template for documenting your project's coding conventions +## Contributing + +We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for the +contributors ladder, promotion criteria, and workflows for issues and pull +requests. + ## License Apache-2.0. See [LICENSE](LICENSE).