|
1 |
| -<!-- Replace this block with what this PR does and why. Describe what you'd like reviewers to know, how you applied the engineering principles, and any interesting tradeoffs made. Delete bullet points below that don't apply, and update the changelog section as appropriate. --> |
| 1 | +## Purpose of this PR |
| 2 | +[//]: # ( |
| 3 | +Replace this block with what this PR does and why. Describe what you'd like reviewers to know, how you applied the engineering principles, and any interesting tradeoffs made. |
| 4 | +) |
2 | 5 |
|
3 |
| -<!-- Add short version of the JIRA ticket to the PR title (e.g. "feat: new shiny feature [MTT-123]") --> |
| 6 | +### Jira ticket |
| 7 | +_Link to related jira ticket ([Use the smart commits](https://support.atlassian.com/bitbucket-cloud/docs/use-smart-commits/))_ |
4 | 8 |
|
5 |
| -## Changelog |
| 9 | +### Changelog |
| 10 | +[//]: # (updated with all public facing changes - API changes, UI/UX changes, behaviour changes, bug fixes. Remove if not relevant.) |
6 | 11 |
|
7 | 12 | - Added: The package whose Changelog should be added to should be in the header. Delete the changelog section entirely if it's not needed.
|
8 | 13 | - Fixed: If you update multiple packages, create a new section with a new header for the other package.
|
9 |
| -- Removed/Deprecated/Changed: Each bullet should be prefixed with Added, Fixed, Removed, Deprecated, or Changed to indicate where the entry should go. |
10 |
| - |
11 |
| -## Testing and Documentation |
12 |
| - |
13 |
| -- No tests have been added. |
14 |
| -- Includes unit tests. |
15 |
| -- Includes integration tests. |
16 |
| -- No documentation changes or additions were necessary. |
17 |
| -- Includes documentation for previously-undocumented public API entry points. |
18 |
| -- Includes edits to existing public API documentation. |
| 14 | +- Removed/Deprecated/Changed: Each bullet should be prefixed with Added, Fixed, Removed, Deprecated, or Changed to indicate where the entry should go |
19 | 15 |
|
20 | 16 | <!-- Uncomment and mark items off with a * if this PR deprecates any API:
|
21 | 17 | ### Deprecated API
|
22 | 18 | - [ ] An `[Obsolete]` attribute was added along with a `(RemovedAfter yyyy-mm-dd)` entry.
|
23 |
| -- [ ] An [api updater] was added. |
| 19 | +- [ ] An [api updater](https://confluence.unity3d.com/display/DEV/Obsolete+API+updaters) was added. |
24 | 20 | - [ ] Deprecation of the API is explained in the CHANGELOG.
|
25 | 21 | - [ ] The users can understand why this API was removed and what they should use instead.
|
26 | 22 | -->
|
27 | 23 |
|
28 |
| -## Backport |
| 24 | +## Documentation |
| 25 | +[//]: # ( |
| 26 | +This section is REQUIRED and should mention what documentation changes were following the changes in this PR. |
| 27 | +We should always evaluate if the changes in this PR require any documentation changes. |
| 28 | +) |
29 | 29 |
|
30 |
| -<!-- If this is a backport: |
31 |
| - - Add the following to the PR title: "\[Backport\] ..." . |
32 |
| - - Link to the original PR. |
33 |
| -If this needs a backport - state this here |
34 |
| -If a backport is not needed please provide the reason why. |
35 |
| -If the "Backports" section is not present it will lead to a CI test failure. |
36 |
| ---> |
| 30 | +- No documentation changes or additions were necessary. |
| 31 | +- Includes documentation for previously-undocumented public API entry points. |
| 32 | +- Includes edits to existing public API documentation. |
| 33 | + |
| 34 | +## Testing & QA |
| 35 | +[//]: # ( |
| 36 | +This section is REQUIRED and should describe how the changes were tested and how should they be tested when Playtesting for the release. |
| 37 | +It can range from "edge case covered by unit tests" to "manual testing required and new sample was added". |
| 38 | +Expectation is that PR creator does some manual testing and provides a summary of it here.) |
| 39 | + |
| 40 | +### Functional Testing |
| 41 | +[//]: # (If checked, List manual tests that have been performed.) |
| 42 | +_Manual testing :_ |
| 43 | +- [ ] `Manual testing done` |
| 44 | + |
| 45 | +_Automated tests:_ |
| 46 | +- [ ] `Covered by existing automated tests` |
| 47 | +- [ ] `Covered by new automated tests` |
| 48 | + |
| 49 | +_Does the change require QA team to:_ |
| 50 | + |
| 51 | +- [ ] `Review automated tests`? |
| 52 | +- [ ] `Execute manual tests`? |
| 53 | + |
| 54 | +If any boxes above are checked, please add QA as a PR reviewer. |
| 55 | + |
| 56 | +## Backport |
| 57 | +[//]: # ( |
| 58 | +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 |
| 59 | +Add the following to the PR title: "\[Backport\] ..." |
| 60 | +If this is not needed, for example feature specific to NGOv2.X, then just mention this fact. |
| 61 | +) |
0 commit comments