We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a default template for PRs, that will be used in all the repositories of the organization.
This helps making sure that when opening a PR, the necessary information for reviewers are included.
Adding a pull_request_template.md in /.github with the content of the template.
pull_request_template.md
/.github
When opening a new PR, the description is initially filled with the content of the template.
None
None.
The text was updated successfully, but these errors were encountered:
CerineBnsd
When branches are created from issues, their pull requests are automatically linked.
Summary
Adding a default template for PRs, that will be used in all the repositories of the organization.
Background
Motivation and context
This helps making sure that when opening a PR, the necessary information for reviewers are included.
Proposed solution
Adding a
pull_request_template.md
in/.github
with the content of the template.Outcome
When opening a new PR, the description is initially filled with the content of the template.
Tests
Affected features
None
Tests plan
None
Additional Details
None.
The text was updated successfully, but these errors were encountered: