nerdexam
Microsoft

GH-900 · Question #17

What folder is the definition files stored in when creating custom issue forms?

The correct answer is C. .github/ISSUE_TEMPLATE. Custom issue forms in GitHub are defined using YAML files stored in the .github/ISSUE_TEMPLATE/ directory of a repository. GitHub automatically detects form definition files (e.g., bug_report.yml, feature_request.yml) in this specific path and presents them to users when they…

Working with GitHub Repositories

Question

What folder is the definition files stored in when creating custom issue forms?

Options

  • A.issues
  • B.issues/ISSUE_TEMPLATE
  • C.github/ISSUE_TEMPLATE
  • D.GitHub

How the community answered

(15 responses)
  • B
    7% (1)
  • C
    87% (13)
  • D
    7% (1)

Explanation

Custom issue forms in GitHub are defined using YAML files stored in the .github/ISSUE_TEMPLATE/ directory of a repository. GitHub automatically detects form definition files (e.g., bug_report.yml, feature_request.yml) in this specific path and presents them to users when they open a new issue. The paths .issues, .issues/ISSUE_TEMPLATE, and .GitHub are all incorrect - GitHub only reads issue templates from .github/ISSUE_TEMPLATE/.

Topics

#GitHub Custom Issue Forms#Issue Templates#Repository Structure

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice