Skip to content

docs: add CODE_OF_CONDUCT.md and GOVERNANCE.md#367

Merged
mcj-coder merged 2 commits intomainfrom
docs/294-governance-files
Jan 15, 2026
Merged

docs: add CODE_OF_CONDUCT.md and GOVERNANCE.md#367
mcj-coder merged 2 commits intomainfrom
docs/294-governance-files

Conversation

@mcj-coder
Copy link
Owner

@mcj-coder mcj-coder commented Jan 15, 2026

Summary

  • Add CODE_OF_CONDUCT.md with Contributor Covenant v2.1
  • Add GOVERNANCE.md with decision-making process, maintainer responsibilities, and contribution criteria
  • Update README.md Documentation section to link both files

Closes #294

Test plan

  • CODE_OF_CONDUCT.md exists with Contributor Covenant content (evidence)
  • GOVERNANCE.md exists with decision process documentation (evidence)
  • README.md links to both files (lines 303-304) (evidence)
  • Linting passes (0 errors) (evidence)

🤖 Generated with Claude Code

@github-actions
Copy link

github-actions bot commented Jan 15, 2026

Warnings
⚠️

[Issue] 4 checked acceptance criteria may be missing evidence links. Recommended format: - [x] Item (evidence)

Messages
📖 All PR validation checks passed.

Generated by 🚫 dangerJS against 6643081

Copy link
Collaborator

@martincjarvis martincjarvis left a comment

Choose a reason for hiding this comment

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

QA Review - Claude (QA Engineer)

Checklist

  • CODE_OF_CONDUCT.md uses Contributor Covenant v2.1
  • CODE_OF_CONDUCT.md has customized enforcement contact (GitHub issue + @mcj-coder)
  • GOVERNANCE.md documents maintainer responsibilities
  • GOVERNANCE.md defines decision-making process
  • GOVERNANCE.md specifies contribution acceptance criteria
  • GOVERNANCE.md documents escalation paths
  • README.md links to both new files
  • Linting passes

Finding

GOVERNANCE.md:73 - ADR link references non-existent file:

  • Current: [ADR-0001](docs/adr/ADR-0001-use-adrs.md)
  • Should be: [ADR-0000](docs/adr/0000-use-adrs.md)

The docs/adr/ directory uses 0000-use-adrs.md naming, not ADR-0001-use-adrs.md.

Recommendation

Fix the broken ADR link before merge. This is a minor fix that can be addressed in this PR.

@mcj-coder mcj-coder enabled auto-merge (squash) January 15, 2026 13:24
mcj-coder and others added 2 commits January 15, 2026 13:27
Add missing governance files per innersource-governance-bootstrap skill:
- CODE_OF_CONDUCT.md with Contributor Covenant v2.1
- GOVERNANCE.md with decision-making process and maintainer responsibilities
- README.md updated to link both files

Refs: #294

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fix broken link to ADR-0000 (was incorrectly referencing ADR-0001).

Refs: #294

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mcj-coder mcj-coder force-pushed the docs/294-governance-files branch from 70d5470 to 6643081 Compare January 15, 2026 13:27
Copy link
Collaborator

@martincjarvis martincjarvis left a comment

Choose a reason for hiding this comment

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

QA Approval

The ADR link issue has been fixed:

  • [ADR-0000](docs/adr/0000-use-adrs.md) now correctly references existing file

All acceptance criteria verified. Approving for merge.

@mcj-coder mcj-coder merged commit b9e56e4 into main Jan 15, 2026
6 checks passed
@mcj-coder mcj-coder deleted the docs/294-governance-files branch January 15, 2026 13:42
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 missing governance files (CODE_OF_CONDUCT.md, GOVERNANCE.md)

2 participants