The complete open-source workflow in one exercise
This chapter is a hands-on exercise. By the end of it, you'll have forked a real repository, created a branch, written a review of a book chapter, and submitted a pull request — the standard way open-source contributors propose changes.
This isn't a simulation. Your pull request will show up on GitHub for real people to read.
This is the open-source workflow. Every contribution to every major project in the world follows these same seven steps. You'll have done all of them by the end of this chapter.
— from the exercise
What you'll build
Key concepts
What's covered
What just happened
You've just completed the workflow that powers every major open-source project in the world — fork, clone, branch, write, commit, push, pull request. Seven steps. You'll use them for the rest of this book, and for the rest of your career.