Skip to content

Commit

Permalink
update pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian committed Jan 17, 2025
1 parent d5fa681 commit d67a0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d67a0c4

Please sign in to comment.