microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
.github/pull_request_template.md
19lines · modecode
| 1 | ## Description |
| 2 | |
| 3 | <_Include a description of the change and why this change was made._> |
| 4 | |
| 5 | For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). |
| 6 | |
| 7 | - [ ] Impacts functionality? |
| 8 | - [ ] Impacts security? |
| 9 | - [ ] Breaking change? |
| 10 | - [ ] Includes tests? |
| 11 | - [ ] Includes documentation? |
| 12 | |
| 13 | ## How This Was Tested |
| 14 | |
| 15 | <_Describe the test(s) that were run to verify the changes._> |
| 16 | |
| 17 | ## Integration Instructions |
| 18 | |
| 19 | <_Describe how these changes should be integrated. Use N/A if nothing is required._> |
| 20 | |