From 339923a3e3d867dba8cc86e8ebdb284fd82674a0 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Wed, 5 Jun 2024 13:47:55 -0400 Subject: [PATCH] Update pull_request_template.md We currently recommend that users push to release branches, but we often don't have such branches, and instead use milestones and labels to track changes intended for releases --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f835da48dd..d3ec3503503 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ Fixes #[issue_number] - Verify if changes pertain to other versions of Rancher. If they do, finalize the edits on one version of the page, then apply the edits to the other versions. -- If the pull request is dependent on an upcoming release, make sure to target the release branch instead of `main`. +- If the pull request is dependent on an upcoming release, remember to add a "MERGE ON RELEASE" label and set the proper milestone. ## Description @@ -24,4 +24,4 @@ Fixes #[issue_number] \ No newline at end of file +-->