Skip to content

Commit e25cf29

Browse files
authored
[PR template] Add reminder to add/modify/remove unit tests as appropriate (#708)
1 parent 66eafce commit e25cf29

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
66
77
If this is a bug fix, make sure your description includes "closes #xxxx",
88
"fixes #xxxx" or "resolves #xxxx" so that GitHub automatically closes the related
9-
issue when the PR is merged
9+
issue when the PR is merged.
10+
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 sonic-utilities-tests
13+
directory as appropriate.
1014
1115
If you are modifying or removing an existing 'show', 'config' or 'sonic-clear'
1216
subcommand, or you are adding a new subcommand, please make sure you also
@@ -26,5 +30,3 @@ Please provide the following information:
2630

2731
**- New command output (if the output of a command-line utility has changed)**
2832

29-
-->
30-

0 commit comments

Comments
 (0)