Skip to content

Commit f228c14

Browse files
authored
CHANGE: Update pull request template (#1950)
1 parent f7cc21e commit f228c14

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ _Please fill this section with a description what the pull request is trying to
66

77
_Please write down a short description of what changes were made._
88

9-
### Notes
9+
### Testing
1010

11-
_Please write down any additional notes, remove the section if not applicable._
11+
_Please describe the testing already done by you and what testing you request/recommend QA to execute. If you used or created any testing project please link them here too for QA._
12+
13+
### Risk
14+
15+
_Please describe the potential risks of your changes for the reviewers._
1216

1317
### Checklist
1418

@@ -17,8 +21,8 @@ Before review:
1721
- [ ] Changelog entry added.
1822
- Explains the change in `Changed`, `Fixed`, `Added` sections.
1923
- For API change contains an example snippet and/or migration example.
20-
- FogBugz ticket attached, example `([case %number%](https://issuetracker.unity3d.com/issues/...))`.
21-
- FogBugz is marked as "Resolved" with *next* release version correctly set.
24+
- JIRA ticket linked, example ([case %<ID>%](https://issuetracker.unity3d.com/product/unity/issues/guid/<ID>)). If it is a private issue, just add the case ID without a link.
25+
- Jira port for the next release set as "Resolved".
2226
- [ ] Tests added/changed, if applicable.
2327
- Functional tests `Area_CanDoX`, `Area_CanDoX_EvenIfYIsTheCase`, `Area_WhenIDoX_AndYHappens_ThisIsTheResult`.
2428
- Performance tests.

0 commit comments

Comments
 (0)