Tag

commit messages

1 views collected around this technical thread.

Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 3, 2021 · Fundamentals

Guidelines for Writing Effective Commit Messages and Code Review Annotations

This article explains why clear, standardized commit messages are essential for efficient code review, outlines the recommended three‑part structure (subject, body, footer), defines type and scope conventions, and provides practical examples and scripts for generating changelogs and handling revert commits.

best practicescode reviewcommit messages
0 likes · 11 min read
Guidelines for Writing Effective Commit Messages and Code Review Annotations
Architect's Tech Stack
Architect's Tech Stack
Aug 5, 2020 · Fundamentals

Git Branch Management and Commit Message Guidelines

This article outlines best practices for Git branch management—including naming conventions for master, develop, feature, release, and hotfix branches—and provides detailed commit message guidelines based on the Angular style, complete with example commands and formatting rules to improve workflow and code traceability.

branch managementcommit messagesgit
0 likes · 8 min read
Git Branch Management and Commit Message Guidelines
Continuous Delivery 2.0
Continuous Delivery 2.0
May 9, 2020 · Fundamentals

Google Code Health Guide: Naming, Commit Messages, and Linking to Issue Reports

This article, translated from Google's testing blog, offers practical guidelines on avoiding overly long identifiers, writing clear and precise commit messages, and linking code changes to defect reports to improve code readability and maintainability across software projects.

code qualitycommit messagesissue tracking
0 likes · 9 min read
Google Code Health Guide: Naming, Commit Messages, and Linking to Issue Reports
Continuous Delivery 2.0
Continuous Delivery 2.0
May 7, 2020 · Fundamentals

Guidelines for Naming, Commit Messages, and Linking Code Changes to Defect Reports

This article presents practical guidelines on avoiding overly long or vague identifiers, writing clear and contextual commit messages, and associating code changes with defect reports to improve code readability, traceability, and overall software development efficiency.

code readabilitycommit messagesdefect tracking
0 likes · 6 min read
Guidelines for Naming, Commit Messages, and Linking Code Changes to Defect Reports