Created
July 8, 2025 13:54
-
-
Save ace-of-aces/0a5c755d19bc8e997d0354e387cc4131 to your computer and use it in GitHub Desktop.
Commit message instructions for GitHub copilot
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": "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