File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/Azure/sonic-utilities.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Azure/sonic-utilities/alerts/ )
2
+ [ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/Azure/sonic-utilities.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Azure/sonic-utilities/context:python )
3
+
4
+ [ ![ Build] ( https://sonic-jenkins.westus2.cloudapp.azure.com/job/common/job/sonic-utilities-build/badge/icon )] ( https://sonic-jenkins.westus2.cloudapp.azure.com/job/common/job/sonic-utilities-build/ )
5
+
1
6
# SONiC: Software for Open Networking in the Cloud
2
7
3
8
## sonic-utilities
@@ -23,21 +28,21 @@ Guide for performing commits:
23
28
* Use a standard commit message format:
24
29
25
30
> [component/folder touched]: Description intent of your changes
26
- >
31
+ >
27
32
> [List of changes]
28
- >
33
+ >
29
34
> Signed-off-by: Your Name [email protected]
30
-
35
+
31
36
For example:
32
37
33
38
> swss-common: Stabilize the ConsumerTable
34
- >
39
+ >
35
40
> * Fixing autoreconf
36
41
> * Fixing unit-tests by adding checkers and initialize the DB before start
37
42
> * Adding the ability to select from multiple channels
38
- > * Health-Monitor - The idea of the patch is that if something went wrong with the notification channel,
43
+ > * Health-Monitor - The idea of the patch is that if something went wrong with the notification channel,
39
44
> we will have the option to know about it (Query the LLEN table length).
40
- >
45
+ >
41
46
> Signed-off-by: John Doe [email protected]
42
47
43
48
You can’t perform that action at this time.
0 commit comments