Problem
The .github repo has no CODE_OF_CONDUCT.md at the root level. GitHub's community health file inheritance requires this file at the root of the .github repo for it to propagate to all org repos.
Evidence
Running gh api repos/JacobPEvans/ai-workflows/community/profile shows code_of_conduct: MISSING even though this is a new repo that should inherit from .github.
Suggested Fix
Add a CODE_OF_CONDUCT.md at the root of the .github repo using the Contributor Covenant template.
Found during ai-workflows inheritance audit.
Problem
The
.githubrepo has noCODE_OF_CONDUCT.mdat the root level. GitHub's community health file inheritance requires this file at the root of the.githubrepo for it to propagate to all org repos.Evidence
Running
gh api repos/JacobPEvans/ai-workflows/community/profileshowscode_of_conduct: MISSINGeven though this is a new repo that should inherit from.github.Suggested Fix
Add a
CODE_OF_CONDUCT.mdat the root of the.githubrepo using the Contributor Covenant template.Found during ai-workflows inheritance audit.