Skip to content

Commit 3bb70c0

Browse files
authored
[doc]: add ltgm and jenkins badge (sonic-net#875)
Signed-off-by: Guohan Lu <[email protected]>
1 parent 8ee3006 commit 3bb70c0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
# SONiC: Software for Open Networking in the Cloud
27

38
## sonic-utilities
@@ -23,21 +28,21 @@ Guide for performing commits:
2328
* Use a standard commit message format:
2429

2530
> [component/folder touched]: Description intent of your changes
26-
>
31+
>
2732
> [List of changes]
28-
>
33+
>
2934
> Signed-off-by: Your Name [email protected]
30-
35+
3136
For example:
3237

3338
> swss-common: Stabilize the ConsumerTable
34-
>
39+
>
3540
> * Fixing autoreconf
3641
> * Fixing unit-tests by adding checkers and initialize the DB before start
3742
> * 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,
3944
> we will have the option to know about it (Query the LLEN table length).
40-
>
45+
>
4146
> Signed-off-by: John Doe [email protected]
4247
4348

0 commit comments

Comments
 (0)