Free Microsoft GH-900 Actual Exam Questions - Question 8 Discussion

Question No. 8
What folder is the definition files stored in when creating custom issue forms?
Select one option, then reveal solution.
US
LM
Luke M.
2026-02-22

C. The other options either don’t have the right folder hierarchy or use incorrect casing, which GitHub is pretty strict about. The .github folder is definitely where you put config files, and the ISSUE_TEMPLATE subfolder is specifically for issue forms and templates. A and B don’t follow the usual naming conventions, and D has a capital G which isn’t standard. This one’s pretty straightforward if you know how GitHub structures its repo configs.

0
SH
Shoaib H.
2026-02-15

Probably C. The .github folder is where GitHub keeps most config stuff, and ISSUE_TEMPLATE is the usual place for issue form files. The others just don’t match the typical setup.

0
SH
Shoaib H.
2026-02-13

Makes sense to go with C since .github is definitely the config folder, and ISSUE_TEMPLATE is where templates usually live. The rest don’t fit GitHub’s naming conventions. C

0
HJ
Hassan J.
2026-02-11

It’s C, since GitHub uses .github as the main config folder, and ISSUE_TEMPLATE is the right subfolder.

0
RZ
Ravi Z.
2026-01-28

Maybe C since GitHub usually uses lowercase for folders, so D with capital G looks off. Plus, .github is the common directory for config files, so that fits better than the others.

0
RZ
Ravi Z.
2026-01-28

C, because .github is the standard folder and singular ISSUE_TEMPLATE is correct.

0
YQ
Yasir Q.
2026-01-27

Makes sense to pick C because it matches GitHub’s usual config folder and naming. Also, the other options either use wrong casing or strange folder structures, which GitHub typically avoids. So C feels like the only legit choice here.

0
ML
Mohammad L.
2026-01-26

Yeah, C fits because GitHub stores stuff like issue forms in .github, and the folder is definitely ISSUE_TEMPLATE, not plural or anything else.

0
ML
Mohammad L.
2026-01-23

C imo. The .github folder is the standard place for GitHub-related configs, and ISSUE_TEMPLATE matches what I’ve seen for custom forms. The others don’t really follow GitHub’s usual naming conventions.

0
WO
Will O.
2026-01-23

C/D? I’m pretty sure it has to be inside the .github folder since that’s GitHub’s convention for config stuff. Between C and D, the folder name ISSUE_TEMPLATE is usually uppercase and singular. Option D has a capital G in .GitHub which I don’t think is right because folder names are case-sensitive and usually lowercase. So C feels like the most legit option here.

0
WO
Will O.
2026-01-16

Yeah, I also think it’s C. The .github folder is where GitHub looks for custom templates, so .github/ISSUE_TEMPLATE makes the most sense for issue forms. The other options don’t seem to fit GitHub’s usual structure.

0
WO
Will O.
2026-01-16

Pretty sure it’s C, .github/ISSUE_TEMPLATE.

0