Skip to content

docs: add conventional commit instructions for Copilot agents#9

Merged
Garbee merged 2 commits intomainfrom
copilot/add-conventional-commit-instructions
Feb 14, 2026
Merged

docs: add conventional commit instructions for Copilot agents#9
Garbee merged 2 commits intomainfrom
copilot/add-conventional-commit-instructions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 14, 2026

Adds conventional commit format requirements for PR titles to ensure consistency across AI agent contributions.

Changes

  • .github/copilot-instructions.md: New instruction file for GitHub Copilot agents specifying:

    • Required format: <type>(<scope>): <description>
    • Valid types: feat, fix, docs, refactor, test, chore, ci, build, perf, style
    • Repository-specific scopes: metrics, renderer, collector, post, main, lib, tests, docs, workflow, deps
    • Description rules: imperative present tense, no capitalization, no period
    • Examples of correct and incorrect PR titles
    • Breaking changes notation with ! syntax
  • CLAUDE.md: Added PR title format section with conventional commit requirements and cross-reference to full guidelines

Format

<type>(<scope>): <description>

Examples:
feat(metrics): add memory pressure tracking
fix(collector): prevent memory leak in long-running processes
chore(deps): update systeminformation to v5.22.0

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Garbee <868301+Garbee@users.noreply.github.com>
Copilot AI changed the title [WIP] Add instructions for conventional commit in PR titles docs: add conventional commit instructions for Copilot agents Feb 14, 2026
Copilot AI requested a review from Garbee February 14, 2026 16:03
@Garbee Garbee marked this pull request as ready for review February 14, 2026 16:13
@Garbee Garbee merged commit 715973d into main Feb 14, 2026
5 checks passed
@Garbee Garbee deleted the copilot/add-conventional-commit-instructions branch February 14, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants