mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-15 02:07:31 +01:00
545 B
545 B
description, applyTo
| description | applyTo |
|---|---|
| Guidelines for creating git commits — respecting signing configuration, verification hooks, and referencing GitHub issues. | ** |
Committing
Follow these rules when creating git commits unless explicitely requested otherwise by the user:
- Always respect the user's commit signing configuration. Do not disable, override, or work around signing (for example, do not pass
--no-gpg-signwhen the user has signing enabled). - Never commit with
--no-verify. Always let the pre-commit and commit-msg hooks run.