diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..07522221 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,60 @@ + +**What type of PR is this?** + + + +**Which issue does this PR fix**: + + +**What does this PR do / Why do we need it**: + + +**If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue**: + + +**Testing done on this change**: + + +**Automation added to e2e**: + + +**Will this break upgrades or downgrades. Has updating a running cluster been tested?**: + + +**Does this change require updates to the CNI daemonset config files to work?**: + + +**Does this PR introduce any user-facing change?**: + + +```release-note + +``` + +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.