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

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

Copilot AI 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
File Description
TEMPLATE_CHECKLIST.md Expands the setup checklist to include governance/Discussions/categories/issue-chooser URL guidance.
SUPPORT.md Replaces placeholder support guidance with a concrete Discussions link and template-specific support scope.
SECURITY.md Updates vulnerability reporting guidance to emphasize private reporting via GitHub when enabled.
README.md Reworks README from placeholder content into a description and usage guide for the source template.
GOVERNANCE.md Adds governance roles, decision-making, and conduct/security expectations for the template repo.
docs/REPOSITORY_MANAGEMENT.md Adds recommended labels and repository hygiene guidance (issues/PRs/releases/discussions).
docs/README.md Adds an index section for template administration resources and links to new docs.
docs/MILESTONE_TEMPLATE.md Adds a milestone-description template for consistent milestone planning.
CHANGELOG.md Replaces the OWNER/REPOSITORY placeholder link with the source repo link.
.github/workflows/repository-hygiene.yml Ensures GOVERNANCE.md is treated as a required non-empty baseline file.
.github/release.yml Adds release note categorization and label-based changelog grouping.
.github/ISSUE_TEMPLATE/task.yml Adds a maintenance task issue form with structured fields and baseline labels.
.github/ISSUE_TEMPLATE/documentation.yml Adds a documentation improvement issue form with structured fields and confirmation.
.github/ISSUE_TEMPLATE/config.yml Updates issue chooser contact links to point to the source template’s Discussions and security policy.
.github/DISCUSSION_TEMPLATE/q-a.yml Adds a Q&A discussion category form.
.github/DISCUSSION_TEMPLATE/ideas.yml Adds an Ideas discussion category form.
.github/DISCUSSION_TEMPLATE/general.yml Adds 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 main Jul 11, 2026
2 checks passed
@FMCalisto FMCalisto deleted the codex/source-template-sync branch July 11, 2026 21:53
@FMCalisto FMCalisto changed the title Align source template repository and GitHub metadata Align Source Template Repository and GitHub Metadata Jul 11, 2026
@FMCalisto FMCalisto self-assigned this Jul 11, 2026
@FMCalisto FMCalisto added completed Status: the issue is already completed. critical Priority: critical issue to be solved. documentation Type: documentation for something. labels Jul 11, 2026
@FMCalisto FMCalisto added this to Tasks Jul 11, 2026
@github-project-automation github-project-automation Bot moved this to Done in Tasks Jul 11, 2026
@FMCalisto FMCalisto linked an issue Jul 11, 2026 that may be closed by this pull request

Copilot AI 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 thread TEMPLATE_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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

completed Status: the issue is already completed. critical Priority: critical issue to be solved. documentation Type: documentation for something.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Complete Security Defaults and Reporting Flow

3 participants