Code Review - CI/CD用語集の定義
code reviewは、mergeされる前の提案された変更に対する同僚による精査です。欠陥を見つけ、コンテキストを広め、標準を徹底させるもので、通常はpull requestで必須のstatus checkとなっています。
関連ガイド
Pull Request - CI/CD Glossary DefinitionA pull request proposes merging one branch into another, bundling the diff with discussion, reviews, and CI c…
Definition of Done - CI/CD Glossary DefinitionThe definition of done is a shared checklist a work item must satisfy - tests passing, reviewed, deployed - b…
Conventional Commit - CI/CD Glossary DefinitionA conventional commit follows a structured message like feat: or fix:, letting tooling derive changelogs and…