Definition of Done - CI/CD用語集の定義
definition of doneは、すべての項目が完了とみなされる前に満たすべき合意されたチェックリストです。コードのreview済み、テストがグリーン、docs更新済み、deploy済み。これにより「完了」が「ほぼ完了」を意味しないようにします。
関連ガイド
Code Review - CI/CD Glossary DefinitionCode review is having peers inspect a change before merge, catching bugs and sharing knowledge - usually a re…
WIP Limit - CI/CD Glossary DefinitionA WIP limit caps how many items may sit in a workflow stage at once, exposing bottlenecks and forcing the tea…
Story Point - CI/CD Glossary DefinitionA story point is a relative unit of effort a team assigns to a backlog item, capturing complexity and uncerta…