docs: add CODE_OF_CONDUCT.md and GOVERNANCE.md#367
Merged
Conversation
Collaborator
martincjarvis
left a comment
There was a problem hiding this comment.
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.
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>
70d5470 to
6643081
Compare
martincjarvis
approved these changes
Jan 15, 2026
Collaborator
martincjarvis
left a comment
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #294
Test plan
🤖 Generated with Claude Code