GH-900 · Question #91
GH-900 Question #91: Real Exam Question with Answer & Explanation
The correct answer is A: fix. {"question_number": 6, "question": "Which of the following keywords are used to link a pull request to an issue? (Choose three.)", "correct_answers": ["A", "B", "E"], "explanation": "GitHub recognizes a specific set of keywords in PR descriptions and commit messages that automati
Question
Which of the following keywords are used to link a pull request to an issue? (Choose three.)
Options
- Afix
- Bresolves
- Cmerge
- Djoin
- Eclosed
- Fconnects
Explanation
{"question_number": 6, "question": "Which of the following keywords are used to link a pull request to an issue? (Choose three.)", "correct_answers": ["A", "B", "E"], "explanation": "GitHub recognizes a specific set of keywords in PR descriptions and commit messages that automatically link and close issues. The supported keywords include: fix / fixes / fixed, close / closes / closed, and resolve / resolves / resolved. From the choices: (A) fix is a valid linking keyword, (B) resolves is a valid linking keyword, and (E) closed is a valid linking keyword (past tense of 'close'). Option C (merge) is not a GitHub linking keyword - it is a git operation. Option D (join) and F (connects) are not recognized GitHub issue-linking keywords.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.