GH-900 · Question #51
Which of the following is the best GitHub feature for long-form documentation for a project?
The correct answer is D. Wikis. GitHub Wikis are specifically designed for long-form documentation - they provide a dedicated, multi-page space for guides, reference material, and detailed project documentation (D). Insights (A) provides analytics and activity data about a repository. Pull Requests (B) are…
Question
Which of the following is the best GitHub feature for long-form documentation for a project?
Options
- AInsights
- BPull Requests
- CProjects
- DWikis
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- D89% (24)
Explanation
GitHub Wikis are specifically designed for long-form documentation - they provide a dedicated, multi-page space for guides, reference material, and detailed project documentation (D). Insights (A) provides analytics and activity data about a repository. Pull Requests (B) are used for proposing and reviewing code changes. Projects (C) is a project management and planning tool. Of these, only Wikis are purpose-built for comprehensive written documentation.
Topics
Community Discussion
No community discussion yet for this question.