Skip to content

Commit ef7dde0

Browse files
committed
docs: update badge order and add MIT license badge to README
- Reordered badges for clarity and best practices - Added MIT license badge - Ensured badge block reflects project status, downloads, community, and license
1 parent 7af00ea commit ef7dde0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
> **CLI tool to help you automatically add Co-authored-by trailers to git commits during pair/mob programming**
44
5+
[![CI status](https://github.com/mubashwer/git-mob/actions/workflows/ci.yml/badge.svg)](https://github.com/Mubashwer/git-mob/actions/workflows/ci.yml)
6+
[![codecov](https://codecov.io/gh/Mubashwer/git-mob/branch/main/graph/badge.svg?token=R522R7NZH4)](https://codecov.io/gh/Mubashwer/git-mob)
7+
[![CodeQL](https://github.com/Mubashwer/git-mob/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Mubashwer/git-mob/actions/workflows/github-code-scanning/codeql)
58
[![crate](https://img.shields.io/crates/v/git-mob-tool?style=round)](https://crates.io/crates/git-mob-tool)
69
[![crate downloads](https://img.shields.io/crates/d/git-mob-tool?style=round)](https://crates.io/crates/git-mob-tool)
710
[![github release](https://img.shields.io/github/v/release/mubashwer/git-mob?style=round)](https://github.com/Mubashwer/git-mob/releases/latest)
811
[![github release downloads](https://img.shields.io/github/downloads/mubashwer/git-mob/total?style=round)](https://github.com/Mubashwer/git-mob/releases)
9-
[![CI status](https://github.com/mubashwer/git-mob/actions/workflows/ci.yml/badge.svg)](https://github.com/Mubashwer/git-mob/actions/workflows/ci.yml)
10-
[![codecov](https://codecov.io/gh/Mubashwer/git-mob/branch/main/graph/badge.svg?token=R522R7NZH4)](https://codecov.io/gh/Mubashwer/git-mob)
11-
[![CodeQL](https://github.com/Mubashwer/git-mob/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Mubashwer/git-mob/actions/workflows/github-code-scanning/codeql)
12+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)
1213
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
1314

1415
You can attribute a git commit to more than one author by adding one or more `Co-authored-by` trailers to the commit's message. Co-authored commits are visible on GitHub. For more information, see [here](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors).

0 commit comments

Comments
 (0)