Code Review - Definição do Glossário de CI/CD
Code review é a inspeção por pares de uma mudança proposta antes de ela sofrer merge. Captura defeitos, dissemina contexto e reforça padrões, sendo tipicamente um status check obrigatório em um pull request.
Guias relacionados
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…