Quiz
Answer the following questions:
- What is a PR in GitHub?
- A request to pull code from a repository
- A proposal for changes to a project
- A request to delete code
- A message to GitHub support
Answer: B. A proposal for changes to a project
- True or false: PRs are only used for adding new features.
- True
- False
Answer: B. False
- Crafting _________ in GitHub helps you propose changes in a way that’s easy for your teammates to review.
Answer: PRs
- Why is it important to review others’ work on GitHub?
Answer: Reviewing others’ work helps identify potential issues, ensures quality, and promotes collaboration, making the project stronger
- What is the purpose of giving feedback on PRs?
- To make the project more complicated
- To improve the quality and effectiveness of the code
- To slow down the project
- To decide who is the best coder
Answer: B. To improve the quality and effectiveness of the code
- True or false: You can create PRs for both small and large changes.
- True...