From eeac617f5b83c4eca642b071e713ae2c1d4b5c82 Mon Sep 17 00:00:00 2001 From: Sean O Brien Date: Tue, 4 Jul 2023 12:50:29 +0000 Subject: [PATCH] Create pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..19904207 --- /dev/null +++ b/.github/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.