appendix D List of resources

 

This appendix provides a list of resources organized by chapter, a list of linters by language, and a list of static analysis tools by language.

D.1 List of resources by chapter

Chapter 1

Chapter 2

Conventional Commits—https://www.conventionalcommits.org/

Azure DevOps Draft PRs—https://mng.bz/BX0g

Github Draft PRs—https://mng.bz/dX7X

GitLab Draft MRs—https://mng.bz/rKGZ

Ready for Review PR state (GitHub)—https://mng.bz/VVwO

Chapter 3

Chapter 4

Google’s Engineering Practices: Code Review—https://google.github.io/eng-practices/review/

How to Do a Code Review (Google Engineering Guidelines)—https://google.github.io/eng-practices/review/reviewer/

Writing Good CL Descriptions (Google Engineering Guidelines)—https://google.github.io/eng-practices/review/developer/cl-descriptions.html

Chapter 5

Chapter 6