GH-900 · Question #115
GH-900 Question #115: Real Exam Question with Answer & Explanation
The correct answer is B: to provide an easy-to-fill-out form for creating new pull requests. With issue and pull request templates, you can customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository. Pull request templates When you add a pull request template to your repository, project contribu
Question
Why are GitHub pull request templates recommended for use? (Choose two.)
Options
- Ato automatically trigger GitHub Actions workflows
- Bto provide an easy-to-fill-out form for creating new pull requests
- Cto automatically label or assign newly created pull requests
- Dto easily coerce existing pull requests into a standard format
Explanation
With issue and pull request templates, you can customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository. Pull request templates When you add a pull request template to your repository, project contributors will automatically see the template's contents in the pull request body. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull- requests/about-issue-and-pull-request-templates
Topics
Community Discussion
No community discussion yet for this question.