Back to all

git-version-control

by MZakriya

00Feb 6, 2026Visit Source
commit_standards: - "Format: `type(scope): description`" - "Types:" - `feat`: New feature (e.g., `feat(todo): add delete functionality`) - `fix`: Bug fix (e.g., `fix(db): resolve connection timeout`) - `docs`: Documentation only (e.g., `docs: update constitution`) - `refactor`: Code change that neither fixes a bug nor adds a feature - `chore`: Build process or auxiliary tool changes