From ccff33c7c7e6ff2b9c591cfbe920fe512b07a203 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Tue, 24 Feb 2026 00:29:53 +0000 Subject: [PATCH] docs: update changelog with documentation reorganization entries Added an Unreleased section to CHANGELOG.md describing all documentation changes in this branch: CONTRIBUTING.md expansion, implementation plan migration to docs/timeline.md and docs/implementation-notes.md, and removal of the monolithic implementation_plan.md. Refs: #408 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336cdfa0..b5cd119a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Unreleased + +- Expanded CONTRIBUTING.md with detailed guidance on the issue creation process, label system, + ticket lifecycle, pull request requirements, and review/merge process. +- Added commit scope, quality, and message format guidelines to CONTRIBUTING.md. +- Migrated implementation timeline from the monolithic implementation plan to `docs/timeline.md`. +- Migrated implementation notes to `docs/implementation-notes.md`. +- Relocated remaining implementation plan content to the specification and CONTRIBUTING.md, + and removed `implementation_plan.md` from the repository. +- Updated CONTRIBUTING.md to include project-specific conventions for tooling, testing, + type checking, and code style. + ## v1.0.0 First release.