This chapter was dedicated to the DevOps best practices that can be applied on an open source project and especially on GitHub. In this chapter, we learned how to collaborate on open source code by starting with repository creation using GitHub and forks, and then looked at the usage of pull requests and how we can share binaries in GitHub Releases.
Then, we implemented continuous integration processes with two tools that integrate with GitHub, that is, Travis CI, which is a third-party cloud platform, and GitHub Actions, which is fully integrated with GitHub.
Finally, in the last part of this chapter, we looked at how to analyze open source code for static code analysis with SonarCloud and for security vulnerability analysis with WhiteSource Bolt.
In the next chapter, we will summarize every DevOps best practice we have talked about in this book.