Files
vscode/.github/instructions/committing.instructions.md
T

494 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:

  • Always respect the user's commit signing configuration. Do not disable, override, or work around signing (for example, do not pass --no-gpg-sign when the user has signing enabled).
  • Never commit with --no-verify. Always let the pre-commit and commit-msg hooks run.