docs(governance): fill required-file placeholders#49
Merged
Conversation
Fill {{...}} placeholders in .github/CODE_OF_CONDUCT.md and
.github/CONTRIBUTING.md and correct project naming to nextgen-typing:
- .github/CODE_OF_CONDUCT.md: delete TEMPLATE INSTRUCTIONS block; fill
PROJECT_NAME -> nextgen-typing, CONDUCT_EMAIL ->
6759885+hyperpolymath@users.noreply.github.com, CONDUCT_TEAM ->
conduct team, RESPONSE_TIME -> 5 working days, CURRENT_YEAR -> 2026,
FORGE/OWNER/REPO -> github.com/hyperpolymath/nextgen-typing.
- .github/CONTRIBUTING.md: fill FORGE -> github.com, MAIN_BRANCH ->
main, OWNER -> hyperpolymath, REPO -> nextgen-typing.
Top-level required governance docs and .github/SECURITY.md were already
filled by the prior governance wave on main; the OpenSSF compliance gate
already passes. Legitimate templates (.machine_readable/ai/*, k9, cliff,
ISSUE_TEMPLATE, etc.) left untouched.
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
hyperpolymath
marked this pull request as ready for review
June 14, 2026 14:43
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
Fills the remaining
{{...}}placeholder tokens in two standard governancedocuments and corrects project naming to
nextgen-typing.The OpenSSF compliance gate (
.github/workflows/openssf-compliance.yml)scans a fixed set of REQUIRED_FILES for
{{PLACEHOLDER}}tokens. Onmainthat set is already clean — the prior governance wave filled the
top-level
SECURITY.md/README.adoc/CHANGELOG.mdand.github/SECURITY.md, and consolidated the.machine_readable/*.a2mlstate files into
6a2/. This PR addresses the two standard governancedocs that the wave left tokenised (not in the gate's scan list, but part
of the canonical governance set).
Files changed (2)
.github/CODE_OF_CONDUCT.md— deleted theTEMPLATE INSTRUCTIONSblock; filled
{{PROJECT_NAME}}->nextgen-typing,{{CONDUCT_EMAIL}}->
6759885+hyperpolymath@users.noreply.github.com,{{CONDUCT_TEAM}}->
conduct team,{{RESPONSE_TIME}}->5 working days,{{CURRENT_YEAR}}->2026,{{FORGE}}/{{OWNER}}/{{REPO}}->github.com/hyperpolymath/nextgen-typing..github/CONTRIBUTING.md— filled{{FORGE}}->github.com,{{MAIN_BRANCH}}->main,{{OWNER}}->hyperpolymath,{{REPO}}->
nextgen-typing.Left untouched (legitimate templates)
.machine_readable/ai/*(.clinerules,.cursorrules,.windsurfrules,PLACEHOLDERS.adoc), k9.nclexamples,cliff.toml,.github/ISSUE_TEMPLATE/*,settings.yml,FUNDING.yml,copilot-instructions.md,methodology.a2ml, container/devcontainerfiles,
dep5,CITATION.cff,.well-known/*,docs/**,examples/**,and other template artefacts retain their
{{...}}tokens by design.Verification
git grep -nE '\{\{[A-Z_]+\}\}'over the target governance files returnsnothing; the OpenSSF gate's REQUIRED_FILES placeholder check passes.
Reference: quandledb #50/#51.
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
Generated by Claude Code