docs: add and extend repository Copilot instructions with semantic naming convention#19
Merged
Crow-Control merged 3 commits intomainfrom Feb 15, 2026
Merged
Conversation
Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add copilot instructions document
Add repository-scoped Copilot instructions under Feb 15, 2026
.github
…ions Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com>
Copilot
AI
changed the title
Add repository-scoped Copilot instructions under
docs: add and extend repository Copilot instructions with semantic naming convention
Feb 15, 2026
.githubThere was a problem hiding this comment.
Pull request overview
This PR adds repository-scoped GitHub Copilot instructions to guide AI-assisted development in the cluster-template repository. The instructions establish conventions for semantic naming, scope of changes, and preservation of the GitOps structure.
Changes:
- Added
.github/copilot-instructions.mddocumenting repository-specific guidance for Copilot - Documented semantic commit/PR naming convention with standard prefixes (
feat:,fix:,docs:,chore:) - Established editing scope guidelines focusing on
kubernetes/,base/, andpatches/directories
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.
This updates repository-scoped Copilot guidance and adds an explicit convention for semantic commit/PR naming. The goal is to keep AI-generated changes aligned with this repo’s GitOps conventions and contribution standards.
Copilot instruction bootstrap
.github/copilot-instructions.mdwith repo-specific guidance forcluster-template.kubernetes/,base/,patches/) and preservation of Flux/Kustomize structure.Semantic naming requirement
feat:,fix:,docs:,chore:) as the expected format.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.