GH-900 · Question #36
From the list of projects for an organization, how can a user identify a GitHub Projects template?
The correct answer is B. Use the is:template filter in the search text box. To identify a GitHub Projects template from the organization's project list, users can (B) use the is:template filter in the search text box. This filter narrows the displayed projects to only those marked as templates. There is no 'show template' checkbox (A) in the GitHub…
Question
From the list of projects for an organization, how can a user identify a GitHub Projects template?
Options
- ACheck the "show template" checkbox.
- BUse the is:template filter in the search text box.
- CSelect the Templates label.
- DView the contents in the .github/projects folder.
How the community answered
(23 responses)- A9% (2)
- B87% (20)
- C4% (1)
Explanation
To identify a GitHub Projects template from the organization's project list, users can (B) use the is:template filter in the search text box. This filter narrows the displayed projects to only those marked as templates. There is no 'show template' checkbox (A) in the GitHub Projects UI. There is no 'Templates' label shown on project cards (C). GitHub Projects templates are not stored in a .github/projects folder (D) - they exist as actual projects within the organization, just flagged with template status.
Topics
Community Discussion
No community discussion yet for this question.