From 58eeafadd7601cacaad1b1dd50089a5ebe9b89fb Mon Sep 17 00:00:00 2001 From: oscollabus Date: Tue, 26 Jul 2022 13:34:58 +0300 Subject: [PATCH] Add github issue/PR templates (#57) Similar to other kubevirt projects they include the release_note field at the PR making easier to modify it. Signed-off-by: Or Shoval --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..f9ae7ec0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +**What this PR does / why we need it**: + +**Special notes for your reviewer**: + +**Release note**: + + +```release-note + +```