From b4c8d8351aefc4206caf16149064b25cb134f4f5 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Tue, 7 Dec 2021 21:22:52 -0800 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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.