nerdexam
Microsoft

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…

Introduction to Git and 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)
  • A
    9% (2)
  • B
    87% (20)
  • C
    4% (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

#GitHub Projects#Templates#Search Filters#Platform Navigation

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice