blob: f556194cf6838327d302d184e5333aed581cb7ad [file] [log] [blame] [view]
Justin Woodfbf7f202021-05-20 11:25:24 -07001#### Problem
2What is being fixed? Examples:
3* Fix crash on startup
Justin Wood3eec7c32021-05-20 11:48:56 -07004* Fixes #12345 Frobnozzle is leaky (exactly like that, so GitHub will auto-close the issue).
Rob Walkerd5e66ba2020-10-01 09:49:24 -07005
Justin Woodfbf7f202021-05-20 11:25:24 -07006#### Change overview
7What's in this PR
Rob Walkerd5e66ba2020-10-01 09:49:24 -07008
Justin Woodfbf7f202021-05-20 11:25:24 -07009#### Testing
10How was this tested? (at least one bullet point required)
Justin Wood83ab7762021-05-20 11:48:30 -070011* If unit tests were added, how do they cover this issue?
12* If unit tests existed, how were they fixed/modified to prevent this in future?
13* If new unit tests are not added, why not?
14* If integration tests were added, how do they verify this change?
15* If new integration tests are not added, why not?
16* If manually tested, what platforms controller and device platforms were manually tested, and how?
17* If no testing is required, why not?