From fdcdc2d8c74789271fac72d8b0cc8811b5781a6f Mon Sep 17 00:00:00 2001 From: Sean Larkin Date: Tue, 28 Mar 2023 16:53:57 -0700 Subject: [PATCH] Pilot the Copilot for PR in default PR template, retain original template --- .github/PULL_REQUEST_TEMPLATE.md | 26 +++++++---------------- .github/PULL_REQUEST_TEMPLATE_ORIGINAL.md | 23 ++++++++++++++++++++ 2 files changed, 31 insertions(+), 18 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE_ORIGINAL.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8967c8f0169..c3c0d435fbc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,13 @@ + + +## Summary + +copilot:summary - - -**What kind of change does this PR introduce?** - - - -**Did you add tests for your changes?** - - - -**Does this PR introduce a breaking change?** - - - -**What needs to be documented once your changes are merged?** - - - +## Details + +copliot:walkthrough diff --git a/.github/PULL_REQUEST_TEMPLATE_ORIGINAL.md b/.github/PULL_REQUEST_TEMPLATE_ORIGINAL.md new file mode 100644 index 00000000000..8967c8f0169 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE_ORIGINAL.md @@ -0,0 +1,23 @@ + + + + + + + +**What kind of change does this PR introduce?** + + + +**Did you add tests for your changes?** + + + +**Does this PR introduce a breaking change?** + + + +**What needs to be documented once your changes are merged?** + + +