From d67a0c414ced5cf423151983b9278d90b822e4ab Mon Sep 17 00:00:00 2001 From: "naiyuantian@microsoft.com" Date: Fri, 17 Jan 2025 12:08:18 -0800 Subject: [PATCH] update pr template --- .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 eedf52e97..bdd0ec617 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,5 +21,5 @@ resolves #issue_for_this_pr * [ ] Otherwise: major or minor version updates are reflected in `/src/Worker.Extensions.DurableTask/AssemblyInfo.cs` * [ ] My changes **do not** add EventIds to our EventSource logs * [ ] Otherwise: Ensure the EventIds are within the supported range in our existing Windows infrastructure. You may validate this with a deployed app's telemetry. You may also extend the range by completing a PR such as [this one](https://msazure.visualstudio.com/One/_git/AAPT-Antares-Websites/pullrequest/7463263?_a=files). -* [ ] My changes **should** be added to v3.x branch. - * [ ] Otherwise: This change only applies to Durable Functions v2.x and **will not** be merged to branch v3.x. +* [ ] My changes **should** be added to **v2.x** branch. + * [ ] Otherwise: This change applies exclusively to WebJobs.Extensions.DurableTask v3.x. It will be retained only in the `dev` and `main` branches and will not be merged into the `v2.x` branch.