What are Pull Requests?
Pull Requests (PRs) are used to propose changes to a codebase. Others can review and discuss changes before merging them.
Why use Pull Requests?
- Code Review: Helps improve code quality through peer review.
- Collaboration: Discuss changes before they are merged.
Execution:
- Task 7: Open a Pull Request.
- Push your changes to a branch.
- On GitHub, open a PR from your branch to the
main
branch.
- Task 8: Merge a Pull Request.
- Review the changes.
- Click "Merge" to combine the changes.