Justin Wood | fbf7f20 | 2021-05-20 11:25:24 -0700 | [diff] [blame] | 1 | #### Problem |
| 2 | What is being fixed? Examples: |
| 3 | * Fix crash on startup |
Justin Wood | 3eec7c3 | 2021-05-20 11:48:56 -0700 | [diff] [blame] | 4 | * Fixes #12345 Frobnozzle is leaky (exactly like that, so GitHub will auto-close the issue). |
Rob Walker | d5e66ba | 2020-10-01 09:49:24 -0700 | [diff] [blame] | 5 | |
Justin Wood | fbf7f20 | 2021-05-20 11:25:24 -0700 | [diff] [blame] | 6 | #### Change overview |
| 7 | What's in this PR |
Rob Walker | d5e66ba | 2020-10-01 09:49:24 -0700 | [diff] [blame] | 8 | |
Justin Wood | fbf7f20 | 2021-05-20 11:25:24 -0700 | [diff] [blame] | 9 | #### Testing |
| 10 | How was this tested? (at least one bullet point required) |
Justin Wood | 83ab776 | 2021-05-20 11:48:30 -0700 | [diff] [blame] | 11 | * 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? |