From 7885b560682a0d7bbed8024c5708b4b80d336251 Mon Sep 17 00:00:00 2001 From: Lucas Lopes Date: Thu, 31 Aug 2023 13:14:27 -0300 Subject: [PATCH] Adding validation steps to pull request template --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e9f1419b3..05379538a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,3 +24,6 @@ ## Backporting considerations + +## Validation steps +- [] Ensure any new images have `repository` and `tag` on the same level to ensure the rancher-images.txt is generated correctly for it for airgap scenarios. \ No newline at end of file