|
1 | | -<!-- Provide a general summary of your changes in the Title above --> |
2 | | - |
3 | | -#### Description |
4 | 1 | <!-- |
5 | | - Describe your changes in detail |
6 | | ---> |
| 2 | +Please make sure you've read and understood our contributing guidelines; |
| 3 | +https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md |
7 | 4 |
|
8 | | -#### Motivation and Context |
| 5 | +Please provide following information to help code review process a bit easier: |
| 6 | +--> |
| 7 | +### Description of PR |
9 | 8 | <!-- |
10 | | - Why is this change required? What problem does it solve? |
11 | | - If this pull request closes/resolves an open Issue, make sure you |
12 | | - include the text "fixes #xxxx", "closes #xxxx" or "resolves #xxxx" here |
| 9 | +- Please include a summary of the change and which issue is fixed. |
| 10 | +- Please also include relevant motivation and context. Where should reviewer start? background context? |
| 11 | +- List any dependencies that are required for this change. |
13 | 12 | --> |
14 | 13 |
|
15 | | -#### How Has This Been Tested? |
| 14 | +Summary: |
| 15 | +Fixes # (issue) |
| 16 | + |
| 17 | +### Type of change |
| 18 | + |
16 | 19 | <!-- |
17 | | - Please describe in detail how you tested your changes. |
18 | | - Include details of your testing environment, and the tests you ran to |
19 | | - see how your change affects other areas of the code, etc. |
| 20 | +- Fill x for your type of change. |
| 21 | +- e.g. |
| 22 | +- [x] Bug fix |
20 | 23 | --> |
21 | 24 |
|
22 | | -#### Additional Information (Optional) |
| 25 | +- [ ] Bug fix |
| 26 | +- [ ] New feature |
| 27 | +- [ ] Refactor / cleanup |
| 28 | +- [ ] Documentation update |
| 29 | +- [ ] Test improvement |
| 30 | + |
| 31 | +### Approach |
| 32 | +#### What is the motivation for this PR? |
23 | 33 |
|
| 34 | +#### How did you do it? |
| 35 | + |
| 36 | +#### How did you verify/test it? |
| 37 | + |
| 38 | +#### Any platform specific information? |
| 39 | + |
| 40 | +### Documentation |
| 41 | +<!-- |
| 42 | +(If it's a new feature, new test case) |
| 43 | +Did you update documentation/Wiki relevant to your implementation? |
| 44 | +Link to the wiki page? |
| 45 | +--> |
0 commit comments