|
1 | 1 | # **Problem:** |
2 | 2 |
|
3 | 3 | - Describe the specific technical problem that this PR solves. |
4 | | -- Include details such as: |
5 | | - - How you reproduced the problem |
6 | | - - What code is affected |
7 | | - - Any relevant background information |
| 4 | +- Include details such as: |
| 5 | + - How you reproduced the problem |
| 6 | + - What code is affected |
| 7 | + - Any relevant background information |
8 | 8 |
|
9 | 9 | # **Solution:** |
10 | 10 |
|
11 | 11 | - Describe the specific technical solution that this PR provides. |
12 | 12 | - Include details such as: |
13 | | - - How you debugged the problem |
14 | | - - Why you chose this solution |
15 | | - - Does the solution make any impact beyond the immediate problem |
16 | | - - Any necessary technical debt incurred |
17 | | - - Any important design decisions/links to design documentation (if applicable) |
| 13 | + - How you debugged the problem |
| 14 | + - Why you chose this solution |
| 15 | + - Does the solution make any impact beyond the immediate problem |
| 16 | + - Any necessary technical debt incurred |
| 17 | + - Any important design decisions/links to design documentation (if applicable) |
18 | 18 |
|
19 | 19 | # **Testing:** |
20 | 20 |
|
21 | 21 | - Describe any testing that was performed to validate the solution. |
22 | 22 | - Include details such as: |
23 | | - - How you tested the solution |
24 | | - - Any relevant test results (Do not include any test results that may contain sensitive information) |
25 | | - - Any automated tests that were added to the codebase |
| 23 | + - How you tested the solution |
| 24 | + - Any relevant test results (Do not include any test results that may contain sensitive information) |
| 25 | + - Any automated tests that were added to the codebase |
0 commit comments