From 387818c1bb117dec98ce4771f6498968e804d531 Mon Sep 17 00:00:00 2001 From: Sean O Brien Date: Tue, 4 Jul 2023 13:03:59 +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 0000000..1990420 --- /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.