GH-900 · Question #100
How are issues and pull requests used?
The correct answer is C. Issues are used to track ideas, document feedback, and share information; whereas, pull. Issues serve as a collaborative discussion space to track ideas, document bugs, collect feedback, and share information without necessarily involving code changes. Pull requests, by contrast, are code-centric: they propose specific changes to be merged into a branch, enabling…
Question
How are issues and pull requests used?
Options
- AIssues are used to push bug fixes to the repository; whereas, pull requests are used to
- BIssues are used to push bug fixes to the repository; whereas, pull requests are used to
- CIssues are used to track ideas, document feedback, and share information; whereas, pull
- DIssues are used to track ideas, document feedback, and share information; whereas, pull
How the community answered
(47 responses)- A4% (2)
- B6% (3)
- C87% (41)
- D2% (1)
Explanation
Issues serve as a collaborative discussion space to track ideas, document bugs, collect feedback, and share information without necessarily involving code changes. Pull requests, by contrast, are code-centric: they propose specific changes to be merged into a branch, enabling peer review before integration. The distinction is that issues are about conversation and planning, while pull requests are about reviewing and merging code.
Topics
Community Discussion
No community discussion yet for this question.