Skip to content

feat(docs): add CONTRIBUTING.md contributor guide#172

Merged
Alberto-Codes merged 1 commit intomainfrom
feat/docs-22-4-contributing-md
Feb 27, 2026
Merged

feat(docs): add CONTRIBUTING.md contributor guide#172
Alberto-Codes merged 1 commit intomainfrom
feat/docs-22-4-contributing-md

Conversation

@Alberto-Codes
Copy link
Owner

New contributors and AI agents can now find clear development setup,
pre-commit hooks, quality gates, commit conventions, and PR process
documentation at the repo root. Previously, contribution guidance was
scattered across CLAUDE.md, docs/development-guide.md, and the PR
template with no single entry point.

  • Add CONTRIBUTING.md (163 lines, 13 sections) with fork-and-clone
    workflow, pre-commit hooks setup, quality gates, and key constraints
  • Document all 7 pre-commit hooks for the first time
  • Include issue reporting section with 3 template types
  • Link to live documentation site and development guide

Test: CI only (docs-only change, no source modifications)

Closes #104


PR Review

Checklist

  • Self-reviewed my code
  • Tests pass (uv run pytest)
  • Lint passes (uv run ruff check .)
  • Types pass (uv run ty check)
  • Breaking changes use ! in title and BREAKING CHANGE: in body

Review Focus

CONTRIBUTING.md content accuracy: fork-and-clone flow, pre-commit hooks table, quality gates commands, commit scopes list. References docs/development-guide.md rather than duplicating content.

Related

New contributors and AI agents can now find clear development setup,
pre-commit hooks, quality gates, commit conventions, and PR process
documentation at the repo root. References docs/development-guide.md
for detailed conventions instead of duplicating content.

- Add CONTRIBUTING.md (163 lines, 13 sections) with fork-and-clone
  workflow, pre-commit hooks setup, quality gates, and key constraints
- Document all 7 pre-commit hooks for the first time
- Include issue reporting section with 3 template types
- Link to live documentation site and development guide

Test: CI only (docs-only change, no source modifications)

Closes #104
@Alberto-Codes Alberto-Codes marked this pull request as ready for review February 27, 2026 15:36
Copilot AI review requested due to automatic review settings February 27, 2026 15:36
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link

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

This PR adds comprehensive contribution documentation by introducing CONTRIBUTING.md at the repository root, making docvet more accessible to both human contributors and AI agents. The guide consolidates previously scattered contribution guidance into a single, discoverable entry point that GitHub automatically surfaces in its UI.

Changes:

  • Add CONTRIBUTING.md (163 lines, 13 sections) covering fork-and-clone workflow, development setup, pre-commit hooks, quality gates, coding standards, testing, commit conventions, PR process, issue reporting, CI pipeline, and key constraints
  • Update sprint status to mark stories 22-3 and 22-4 as complete
  • Add Epic 16 retrospective documenting the additive exclude configuration feature

Reviewed changes

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

Show a summary per file
File Description
CONTRIBUTING.md New comprehensive contributor guide with development setup, quality gates, and process documentation
_bmad-output/implementation-artifacts/sprint-status.yaml Mark stories 22-3 and 22-4 as done, add Epic 16 retrospective completion date
_bmad-output/implementation-artifacts/epic-16-retro-2026-02-27.md New retrospective documenting successful delivery of additive exclude configuration
_bmad-output/implementation-artifacts/22-4-create-contributing-md-contributor-guide.md Complete story file with implementation details and code review findings
_bmad-output/implementation-artifacts/22-3-create-agents-md-for-cross-tool-agent-discovery.md Update story status and add post-merge fix note

@Alberto-Codes Alberto-Codes merged commit 4ff286f into main Feb 27, 2026
12 checks passed
@Alberto-Codes Alberto-Codes deleted the feat/docs-22-4-contributing-md branch February 27, 2026 15:42
Alberto-Codes added a commit that referenced this pull request Feb 28, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.6.0](v1.5.0...v1.6.0)
(2026-02-28)


### Features

* **ci:** add cross-platform CI matrix and path normalization
([#174](#174))
([e418fbc](e418fbc)),
closes [#101](#101)
* **ci:** add pre-commit hook definition and tests
([#180](#180))
([5f11287](5f11287))
* **cli:** add --format json for structured machine-readable output
([#177](#177))
([da8e51d](da8e51d)),
closes [#151](#151)
* **cli:** add positional file arguments to all subcommands
([#175](#175))
([dee57cc](dee57cc)),
closes [#152](#152)
* **docs:** add "How to Fix" guidance to all 19 rule pages
([#166](#166))
([817f43c](817f43c)),
closes [#155](#155)
* **docs:** add AGENTS.md and AI Agent Integration docs page
([#171](#171))
([bc662a2](bc662a2)),
closes [#161](#161)
* **docs:** add AI Agent Integration section and enhance competitive
positioning ([#170](#170))
([df51114](df51114)),
closes [#153](#153)
[#162](#162)
* **docs:** add CONTRIBUTING.md contributor guide
([#172](#172))
([4ff286f](4ff286f)),
closes [#104](#104)
* **lsp:** add Claude Code plugin configuration
([#185](#185))
([17be1f3](17be1f3)),
closes [#63](#63)
* **lsp:** add pygls-based LSP server for real-time diagnostics
([#184](#184))
([e121c38](e121c38)),
closes [#159](#159)
* **reporting:** add format_json() for structured JSON output
([da8e51d](da8e51d))


### Bug Fixes

* **ci:** strengthen pre-commit hook YAML test assertions
([5f11287](5f11287))
* **docs:** code review fixes for AGENTS.md and ai-integration page
([bc662a2](bc662a2))
* **lsp:** decouple server global, narrow exception, fix handler test
([e121c38](e121c38))


### Documentation

* **cli:** document --format json schema and usage
([da8e51d](da8e51d))
* **meta:** reserve # references for GitHub issues and PRs only
([5f11287](5f11287))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

docs: add CONTRIBUTING.md contributor guide

3 participants