Skip to content

docs(modular): add CHANGELOG + CONTRIBUTING (QoL sweep follow-up)#110

Merged
intel352 merged 1 commit into
mainfrom
docs/qol-1779215750
May 19, 2026
Merged

docs(modular): add CHANGELOG + CONTRIBUTING (QoL sweep follow-up)#110
intel352 merged 1 commit into
mainfrom
docs/qol-1779215750

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Closes #109. modular is the workflow ecosystem foundation lib; missing CHANGELOG + CONTRIBUTING was a gap for external contributors. Adds both, documenting the multi-module tag stream + GOWORK=off pattern.

modular is the foundation library for the workflow + ratchet + cloud
ecosystem. README was already substantial but CHANGELOG + CONTRIBUTING
were missing. Adds both, documenting the multi-module tag stream
(core `vN.M.P` + per-sub-module `modules/<name>/vN.M.P`) and the
GOWORK=off pattern for multi-repo workspaces.

Closes modular#109.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 19, 2026 18:36
@intel352 intel352 merged commit 1fb21e4 into main May 19, 2026
7 checks passed
@intel352 intel352 deleted the docs/qol-1779215750 branch May 19, 2026 18:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds CHANGELOG.md and CONTRIBUTING.md to the modular repository as a QoL/OSS-readiness follow-up to issue #109, documenting the multi-module tag stream and the GOWORK=off build pattern for contributors working in a multi-repo workspace.

Changes:

  • New CONTRIBUTING.md covering local development, GOWORK=off usage, sub-module builds, and PR expectations.
  • New CHANGELOG.md in Keep-a-Changelog format, noting the multi-module tag scheme.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
CONTRIBUTING.md Contributor guide with build/test commands and PR conventions.
CHANGELOG.md Initial changelog scaffolding with multi-module versioning notes.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

intel352 added a commit that referenced this pull request May 19, 2026
Follow-up to #110 (top-level CONTRIBUTING). Each sub-module under
modules/ is a separately-versioned Go module; document the sub-module
tag stream + GOWORK=off pattern per directory.

Sub-modules covered: auth, cache, database, eventbus, jsonschema,
letsencrypt, reverseproxy.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

qol-sweep: README polish + plugin-ecosystem cross-reference

2 participants