Skip to content

Instantly share code, notes, and snippets.

@ace-of-aces
Created July 8, 2025 13:54
Show Gist options
  • Select an option

  • Save ace-of-aces/0a5c755d19bc8e997d0354e387cc4131 to your computer and use it in GitHub Desktop.

Select an option

Save ace-of-aces/0a5c755d19bc8e997d0354e387cc4131 to your computer and use it in GitHub Desktop.
Commit message instructions for GitHub copilot
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"text": "Follow the Conventional Commits format strictly for commit messages. Use lowercase only, except for special words. Keep it concise. \n\n Examples:\n- feat: add new feature\n- fix: resolve issue with login\n- docs: update documentation\n- style: improve formatting\n- refactor: optimize code structure\n- test: add unit tests for new feature\n- chore: update deps",
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment