|
1 | 1 | <!-- |
2 | | - Please make sure you've read and understood our contributing guidelines: |
3 | | - https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md |
| 2 | +Please make sure you've read and understood our contributing guidelines; |
| 3 | +https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md |
4 | 4 |
|
5 | | - ** Make sure all your commits include a signature generated with `git commit -s` ** |
6 | | -
|
7 | | - If this is a bug fix, make sure your description includes "closes #xxxx", |
8 | | - "fixes #xxxx" or "resolves #xxxx" so that GitHub automatically closes the related |
9 | | - issue when the PR is merged. |
| 5 | +Please provide following information to help code review process a bit easier: |
| 6 | +--> |
| 7 | +### Description of PR |
| 8 | +<!-- |
| 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. |
| 12 | +--> |
10 | 13 |
|
11 | | - If you are adding/modifying/removing any command or utility script, please also |
12 | | - make sure to add/modify/remove any unit tests from the tests |
13 | | - directory as appropriate. |
| 14 | +Summary: |
| 15 | +Fixes # (issue) |
14 | 16 |
|
15 | | - If you are modifying or removing an existing 'show', 'config' or 'sonic-clear' |
16 | | - subcommand, or you are adding a new subcommand, please make sure you also |
17 | | - update the Command Line Reference Guide (doc/Command-Reference.md) to reflect |
18 | | - your changes. |
| 17 | +### Type of change |
19 | 18 |
|
20 | | - Please provide the following information: |
| 19 | +<!-- |
| 20 | +- Fill x for your type of change. |
| 21 | +- e.g. |
| 22 | +- [x] Bug fix |
21 | 23 | --> |
22 | 24 |
|
23 | | -#### What I did |
| 25 | +- [ ] Bug fix |
| 26 | +- [ ] New feature |
| 27 | +- [ ] Refactor / cleanup |
| 28 | +- [ ] Documentation update |
| 29 | +- [ ] Test improvement |
24 | 30 |
|
25 | | -#### How I did it |
| 31 | +### Approach |
| 32 | +#### What is the motivation for this PR? |
26 | 33 |
|
27 | | -#### How to verify it |
| 34 | +#### How did you do it? |
28 | 35 |
|
29 | | -#### Previous command output (if the output of a command-line utility has changed) |
| 36 | +#### How did you verify/test it? |
30 | 37 |
|
31 | | -#### New command output (if the output of a command-line utility has changed) |
| 38 | +#### Any platform specific information? |
32 | 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