Skip to content

Add branch type prefixes to CONTRIBUTING.md naming convention#8

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-feature-branch-naming
Draft

Add branch type prefixes to CONTRIBUTING.md naming convention#8
Copilot wants to merge 2 commits intomainfrom
copilot/update-feature-branch-naming

Conversation

Copy link

Copilot AI commented Dec 22, 2025

Updated branch naming convention to include explicit type prefixes (feature/, bugfix/, docs/, hotfix/) for better workflow clarity.

Changes

  • Modified recommended branch format from <ISSUE-NUM>-<ISSUE-DESC> to feature/<ISSUE-NUM>-<ISSUE-DESC>
  • Added reference table of common branch type prefixes with their intended use
  • Updated example from 183-doc-cli-option to feature/183-doc-cli-option

Before:

git checkout -b 183-doc-cli-option

After:

git checkout -b feature/183-doc-cli-option

This aligns with standard Git workflows where branch prefixes indicate change type at a glance.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/MetaMask/metamask-docs/commits/c5e0a94be1bb60f38710a4869ea49058c810c0c0
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • metamask.github.io
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/Miago.AI/Miago.AI/node_modules/.bin/docusaurus build (dns block)
  • sot-network-methods.vercel.app
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/Miago.AI/Miago.AI/node_modules/.bin/docusaurus build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

c5e0a94be1bb60f38710a4869ea49058c810c0c0


💡 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: SumnersMetaverse <207414489+SumnersMetaverse@users.noreply.github.com>
Copilot AI changed the title [WIP] Update feature branch naming conventions Add branch type prefixes to CONTRIBUTING.md naming convention Dec 22, 2025
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