Merge pull request #44978 from stmcginnis/pr_template

Add issue link info to PR template
This commit is contained in:
Kubernetes Prow Robot 2024-07-26 21:53:35 -07:00 committed by GitHub
commit 27f5dc3a1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 6 deletions

View File

@ -1,11 +1,6 @@
<!--
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
your commits into one, the combined commit message makes sense.
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
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: #