Skip to content

Commit b16b4ae

Browse files
authored
Create PR template based on the one used on Ono
1 parent 4761ede commit b16b4ae

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Purpose of this PR
2+
3+
**Ticket/Jira #:**
4+
5+
<!-- Description of feature/change. Links to screenshots, design docs, user docs, etc. Remember reviewers may be outside your team, and not know your feature/area that should be explained more. -->
6+
7+
8+
## Testing
9+
10+
**Functional Testing status:**
11+
12+
<!-- Explanation of what's tested, how tested and existing or new automation tests. Can include manual testing by self and/or QA. Specify test plans. Rarely acceptable to have no testing. -->
13+
14+
**Performance Testing status:**
15+
16+
<!-- Could this PR affect performance? If so, what has been done to measure time taken / memory used etc? Can include new or existing performance tests. Also see [Ensuring Performance by Default](https://confluence.unity3d.com/display/DEV/Ensuring+Performance+by+Default). -->
17+
18+
## Overall Product Risks
19+
<!-- See Testing Status, Complexity and Halo Effect for your PR](https://confluence.unity3d.com/display/DEV/Testing+Status%2C+Complexity+and+Halo+Effect+for+your+PR). -->
20+
21+
**Complexity:**
22+
<!-- (Minimal / Low / Medium / High) -->
23+
24+
**Halo Effect:**
25+
<!-- (Minimal / Low / Medium / High) -->
26+
27+
## Additional information
28+
29+
**Note to reviewers:**
30+
31+
<!-- Info per person for what to focus on, or historical info to understand who have previously reviewed and coverage. Help them get context. -->
32+
33+
**Reminder:**
34+
<!-- Things to remember to do before finalizing this PR. -->
35+
- [ ] Add entry in CHANGELOG.md _(if applicable)_

0 commit comments

Comments
 (0)