From f0e441dbcd037aca6b80eb883efc2838d9ae36b6 Mon Sep 17 00:00:00 2001 From: Sean O Brien Date: Tue, 4 Jul 2023 12:50:26 +0000 Subject: [PATCH] Create pull request template. --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..1990420 --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +_Issue #, if available:_ + +_Description of changes:_ + +_Target (OCI, Managed Runtime, both):_ + +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.