Skip to content

Commit 729b1c1

Browse files
Merge branch 'fix/UUM-147271-networkanimator-bounds-check' of https://github.com/Unity-Technologies/com.unity.netcode.gameobjects into fix/UUM-147271-networkanimator-bounds-check
2 parents da8b7a0 + dd11ce4 commit 729b1c1

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ _Does the change require QA team to:_
5656

5757
If any boxes above are checked the QA team will be automatically added as a PR reviewer.
5858

59+
## Up-port
60+
[//]: # (
61+
This section is REQUIRED and should link to the PR that targets develop-3.0.0 branch. Assuming that the PR lands agains default develop-2.0.0 branch
62+
If this is not needed, for example feature specific to NGOv2.X, then just mention this fact.
63+
)
64+
5965
## Backports
6066
[//]: # (
6167
This section is REQUIRED and should link to the PR that targets other NGO version which is either develop or develop-2.0.0 branch

.github/workflows/pr-description-validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
header: '## Backports',
5252
description: 'PR description must include a "## Backports" section. Please add this section and provide information about this PR backport to develop or develop-2.0.0 branch respectively or explain why backport is not needed.'
5353
},
54+
{
55+
header: '## Up-port',
56+
description: 'PR description must include a "## Up-port" section. Please add this section and provide information about this PR up-port to develop-3.0.0 branch or explain why up-port is not needed.'
57+
},
5458
{
5559
header: '## Testing & QA',
5660
description: 'PR description must include a "## Testing & QA" section. Please add this section and provide information about the testing performed for this PR. It can range from adding unit tests to full samples and is needed from QA side to analyze PRs while Playtesting for the release.'

0 commit comments

Comments
 (0)