Fork Workflow and Creating Pull Requests
MediumPull Requests & Code Reviewforkpull-requestcollaboration
Description
You want to contribute to an open-source project. Learn the fork workflow: create your own copy, make changes, and submit a pull request.
Theory Questions
1. In a fork workflow, what does 'origin' typically refer to?
2. What is the purpose of adding an 'upstream' remote in a fork workflow?
3. What is a Pull Request (PR)?