Skip to content

feat: add CODE_OF_CONDUCT.md to community-health and sync #79

Description

@wcmchenry3-stack

Context

The org has no Code of Conduct. GitHub surfaces a "missing Code of Conduct" warning in the community standards checklist. This file should be added to community-health/ and synced to all 6 org repos via sync-community-health.yml.

Implementation

1. Create community-health/CODE_OF_CONDUCT.md

Use Contributor Covenant v2.1 — the industry standard, GitHub-recommended CoC. Adapt the enforcement contact to the org's GitHub contact form or security policy email.

Key sections required:

2. Add to sync-community-health.yml FILE_MAP

- src: community-health/CODE_OF_CONDUCT.md
  dst: CODE_OF_CONDUCT.md

Acceptance Criteria

  • community-health/CODE_OF_CONDUCT.md created using Contributor Covenant v2.1
  • Enforcement contact section uses org-appropriate contact (GitHub security advisory or org owner)
  • File passes markdownlint (no trailing spaces, proper heading hierarchy, blank lines around headings)
  • FILE_MAP entry added to sync-community-health.yml
  • sync-community-health.yml triggered (or manually verified) to confirm CODE_OF_CONDUCT.md would be written to CODE_OF_CONDUCT.md in target repos
  • GitHub community standards checklist shows Code of Conduct as complete

Dependencies

None — can be worked in parallel with all other Phase 2 issues.

Part of Epic

#77

Metadata

Metadata

Assignees

No one assigned

    Labels

    community-healthCommunity health file changesenhancementNew feature or requestrepo:allApplies to all repos in org

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions