Merge pull request #44978 from stmcginnis/pr_template
Add issue link info to PR template
This commit is contained in:
commit
27f5dc3a1f
|
@ -1,11 +1,6 @@
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Hello!
|
Hello!
|
||||||
|
|
||||||
Remember to ADD A DESCRIPTION and delete this note before submitting
|
|
||||||
your pull request. The description should explain what will change,
|
|
||||||
and why.
|
|
||||||
|
|
||||||
PLEASE title the FIRST commit appropriately, so that if you squash all
|
PLEASE title the FIRST commit appropriately, so that if you squash all
|
||||||
your commits into one, the combined commit message makes sense.
|
your commits into one, the combined commit message makes sense.
|
||||||
For overall help on editing and submitting pull requests, visit:
|
For overall help on editing and submitting pull requests, visit:
|
||||||
|
@ -20,5 +15,24 @@
|
||||||
|
|
||||||
If you're documenting a feature that will be part of a future release, see
|
If you're documenting a feature that will be part of a future release, see
|
||||||
https://kubernetes.io/docs/contribute/new-content/new-features/ for advice.
|
https://kubernetes.io/docs/contribute/new-content/new-features/ for advice.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
### Description
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Remember to ADD A DESCRIPTION and delete this note before submitting
|
||||||
|
your pull request. The description should explain what will change,
|
||||||
|
and why.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Issue
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If this pull request resolves an open issue, please link the issue in the PR
|
||||||
|
description so it will automatically close when the PR is merged.
|
||||||
|
|
||||||
|
See the GitHub documentation for more details and other options:
|
||||||
|
|
||||||
|
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
|
||||||
|
-->
|
||||||
|
|
||||||
|
Closes: #
|
Loading…
Reference in New Issue