GH-900 · Question #115
Why are GitHub pull request templates recommended for use? (Choose two.)
The correct answer is B. to provide an easy-to-fill-out form for creating new pull requests D. to easily coerce existing pull requests into a standard format. 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…
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
How the community answered
(27 responses)- A7% (2)
- B85% (23)
- C7% (2)
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.