docs(governance): add CoC, security policy, PR/issue templates, PR checks - #313
Merged
Conversation
ajianaz
added a commit
that referenced
this pull request
Sep 3, 2026
The main-protected ruleset added in #313 (pull_request + required_status_checks, no bypass actors) rejects the sync job's direct force-push to main, which gated every downstream job — no binaries, no ghcr image, no GitHub release. Mark the job continue-on-error so releases ship; main sync stays documented as an admin follow-up. Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
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.
What
Adds the four missing GitHub community standards files plus enforcement CI:
CODE_OF_CONDUCT.md(compact, adapted from uteke's, enforcement email hello@codecora.dev)SECURITY.md(private vulnerability reporting, supported versions, CI security checks overview, scratch-image attack surface note).github/PULL_REQUEST_TEMPLATE.md(What/Why/How/Testing/Checklist).github/ISSUE_TEMPLATE/bug_report.yml+feature_request.yml(YAML forms with required fields).github/workflows/pr-checks.yml(branch naming, PR template sections, conventional commit title)Why
Repository community standards score is 5/9 (missing: CoC, security policy, issue templates, PR template). CONTRIBUTING.md exists but references PR/issue conventions that have no templates backing them. This completes the community profile to 9/9, consistent with the rest of the org.
Contributions are licensed under Apache-2.0 per CLA_INDIVIDUAL.md / CLA_CORPORATE.md.
Testing