Created
January 8, 2026 15:30
-
-
Save OlegChuev/627a4859baeb5d8e1f055e5455bf2267 to your computer and use it in GitHub Desktop.
Github Copilot Commit message instructions
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
| { | |
| "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