"github.copilot.chat.codeGeneration.instructions": [{"text": "feat – for adding a new feature; fix – for fixing a bug; docs – for documentation changes; style – for code style changes (does not affect functionality, e.g., whitespace, formatting, missing semicolons, etc.); refactor – for code refactoring (neither fixing a bug nor adding a feature); test – for adding or modifying tests; chore – for changes to the build process or auxiliary tools (does not affect source code or tests); perf – for performance improvements; build – for changes that affect the build system or external dependencies (e.g., gulp, webpack, npm); revert – for reverting a previous commit; ci – for changes to CI configuration files and scripts (e.g., GitHub Actions, Jenkins); deps – for dependency changes (update, remove, or add); Standard commit message format: <type>(<scope>): <description>"}]
1 Like