From a703ee1d9819ee9762568ef00af42947afe6add6 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 27 Jun 2024 16:21:19 +0100 Subject: [PATCH] Use existing PR template (#1300) Signed-off-by: Marcus Noble --- .github/pull_request_template.md | 14 -------------- pull_request_template.md | 8 ++++++++ 2 files changed, 8 insertions(+), 14 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index a54b16ea4..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,14 +0,0 @@ -### What this PR does - - -### Checklist - -- [ ] Update changelog in CHANGELOG.md for SDK changes. - -### Triggering e2e tests - -To trigger the E2E test for each new Release added in this PR add a comment with the following: - -`/run releases-test-suites` - -For more details see the [README.md](/README.md#running-tests-against-prs) diff --git a/pull_request_template.md b/pull_request_template.md index 495d8f590..13ccc1f85 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -11,3 +11,11 @@ Ping @sig-product for review of release notes. - [ ] Roadmap issue created - [ ] Release uses latest stable Flatcar - [ ] Release uses latest Kubernetes patch version + +### Triggering e2e tests + +To trigger the E2E test for each new Release added in this PR add a comment with the following: + +`/run releases-test-suites` + +For more details see the [README.md](/README.md#running-tests-against-prs)