Skip to content

Align Source Template Repository and GitHub Metadata - #3

Merged
FMCalisto merged 1 commit into
mainfrom
codex/source-template-sync
Jul 11, 2026
Merged

Align Source Template Repository and GitHub Metadata#3
FMCalisto merged 1 commit into
mainfrom
codex/source-template-sync

Conversation

@FMCalisto

Copy link
Copy Markdown
Member

Updates the source template repository and aligns GitHub-facing documentation and metadata.

Summary

  • add discussion forms, release metadata, governance, and repository management docs
  • update README, support, security, changelog, and issue chooser configuration
  • align the source template repository with the live GitHub governance model

Validation

  • git diff --check
  • verified GitHub repository settings and metadata alignment

CopilotAI review requested due to automatic review settings July 11, 2026 21:43

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository template’s “community health” and GitHub metadata surface area so the source template repository is aligned with the live governance/support/security model and provides more complete, ready-to-use GitHub configuration.

Changes:

  • Add governance + repository management guidance (including label baseline and milestone template).
  • Add GitHub metadata/config for releases, issue forms, and discussion category forms.
  • Update README/support/security/changelog links and checklist to reflect the source template repository.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
TEMPLATE_CHECKLIST.mdExpands the setup checklist to include governance/Discussions/categories/issue-chooser URL guidance.
SUPPORT.mdReplaces placeholder support guidance with a concrete Discussions link and template-specific support scope.
SECURITY.mdUpdates vulnerability reporting guidance to emphasize private reporting via GitHub when enabled.
README.mdReworks README from placeholder content into a description and usage guide for the source template.
GOVERNANCE.mdAdds governance roles, decision-making, and conduct/security expectations for the template repo.
docs/REPOSITORY_MANAGEMENT.mdAdds recommended labels and repository hygiene guidance (issues/PRs/releases/discussions).
docs/README.mdAdds an index section for template administration resources and links to new docs.
docs/MILESTONE_TEMPLATE.mdAdds a milestone-description template for consistent milestone planning.
CHANGELOG.mdReplaces the OWNER/REPOSITORY placeholder link with the source repo link.
.github/workflows/repository-hygiene.ymlEnsures GOVERNANCE.md is treated as a required non-empty baseline file.
.github/release.ymlAdds release note categorization and label-based changelog grouping.
.github/ISSUE_TEMPLATE/task.ymlAdds a maintenance task issue form with structured fields and baseline labels.
.github/ISSUE_TEMPLATE/documentation.ymlAdds a documentation improvement issue form with structured fields and confirmation.
.github/ISSUE_TEMPLATE/config.ymlUpdates issue chooser contact links to point to the source template’s Discussions and security policy.
.github/DISCUSSION_TEMPLATE/q-a.ymlAdds a Q&A discussion category form.
.github/DISCUSSION_TEMPLATE/ideas.ymlAdds an Ideas discussion category form.
.github/DISCUSSION_TEMPLATE/general.ymlAdds a General discussion category form.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@FMCalisto
FMCalisto merged commit 482646b into mainJul 11, 2026
2 checks passed
@FMCalisto
FMCalisto deleted the codex/source-template-sync branch July 11, 2026 21:53
@FMCalistoFMCalisto changed the title Align source template repository and GitHub metadataAlign Source Template Repository and GitHub MetadataJul 11, 2026
@FMCalistoFMCalisto self-assigned this Jul 11, 2026
@FMCalistoFMCalisto added completed Status: the issue is already completed. critical Priority: critical issue to be solved. documentation Type: documentation for something. labels Jul 11, 2026
@FMCalistoFMCalisto linked an issue Jul 11, 2026 that may be closed by this pull request

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 6 comments.

Comment threadTEMPLATE_CHECKLIST.md
- [ ] Enable private vulnerability reporting and secret scanning where available.
- [ ] Enable Discussions or replace its support link.
- [ ] Create the labels referenced by issue forms and Dependabot.
- [ ] Enable Discussions and create categories matching the discussion form filenames, or delete unused forms.
Comment on lines +43 to +44
Enable only the categories the project will actively moderate. Discussion form
filenames must match category slugs. Move actionable outcomes into issues and
Comment on lines +1 to +2
title: "[Question] "
labels: [question]
Comment on lines +1 to +2
title: "[Idea] "
labels: [idea]
Comment on lines +1 to +2
title: "[General] "
labels: [discussion]
@@ -25,7 +25,8 @@ jobs:
git diff --check
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

completedStatus: the issue is already completed.criticalPriority: critical issue to be solved.documentationType: documentation for something.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Complete Security Defaults and Reporting Flow

3 participants

@FMCalisto