Skip to content

Instantly share code, notes, and snippets.

@OlegChuev
Created January 8, 2026 15:30
Show Gist options
  • Select an option

  • Save OlegChuev/627a4859baeb5d8e1f055e5455bf2267 to your computer and use it in GitHub Desktop.

Select an option

Save OlegChuev/627a4859baeb5d8e1f055e5455bf2267 to your computer and use it in GitHub Desktop.
Github Copilot Commit message instructions
{
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"text": "Use conventional commit format: type(scope): description"
},
{
"text": "Use imperative mood: 'Add feature' not 'Added feature'"
},
{
"text": "Keep subject line under 50 characters"
},
{
"text": "Use types: feat, fix, docs, style, refactor, perf, test, chore, ci"
},
{
"text": "Include scope when relevant (e.g., api, ui, auth). Scope may include module, component, file name or service affected"
},
{
"text": "Reference issue numbers with # prefix (e.g. ABC-1234). Take reference from the branch name"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment