nerdexam
Microsoft

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…

Collaboration Features

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)
  • A
    4% (2)
  • B
    6% (3)
  • C
    87% (41)
  • D
    2% (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

#GitHub Issues#Pull Requests#Collaboration#Work Tracking

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice