From 9e06a4334ec9a9fbb19f9b55735b2022395cab26 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 17 Mar 2023 20:45:53 +0530 Subject: [PATCH 1/3] README: Update badges --- README.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9363fe2..cc5a143 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,28 @@
- # Cartridges - A GTK4 + Libadwaita game launcher - - - - - + # Cartridges + A GTK4 + Libadwaita game launcher + +[![Build status][github-actions-image]][github-actions-url] +[![Translation Status][weblate-image]][weblate-url] +[![Merged PRs][prs-merged-image]][prs-merged-url] +[![GitHub contributors][contributors-image]][contributors-url] +[![License][license-image]][license-url] +[![Code style][code-style-image]][code-style-url] + +[github-actions-url]: https://github.com/kra-mo/cartridges +[github-actions-image]: https://img.shields.io/github/actions/workflow/status/kra-mo/cartridges/flatpak-builder.yml?branch=main&label=Build +[prs-merged-url]: https://github.com/kra-mo/cartridges/pulls?q=is:pr+is:merged +[prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/kra-mo/cartridges.svg?label=Merged+PRs&color=green +[contributors-url]: https://github.com/kra-mo/cartridges/graphs/contributors +[contributors-image]: https://img.shields.io/github/contributors-anon/kra-mo/cartridges.svg?label=Contributors +[license-url]: https://github.com/kra-mo/cartridges/blob/main/LICENSE +[license-image]: https://img.shields.io/github/license/kra-mo/cartridges?label=License +[code-style-url]: https://github.com/psf/black +[code-style-image]: https://img.shields.io/badge/code%20style-black-000000?style=flat +[weblate-url]: https://hosted.weblate.org/projects/cartridges/cartridges +[weblate-image]: https://hosted.weblate.org/widgets/cartridges/-/cartridges/svg-badge.svg
From a4e8fde34d2835f7b5f71f0243bcd8a50101cd4f Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 17 Mar 2023 20:49:47 +0530 Subject: [PATCH 2/3] README: make labels consistent --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc5a143..b1cdd9d 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ [![Code style][code-style-image]][code-style-url] [github-actions-url]: https://github.com/kra-mo/cartridges -[github-actions-image]: https://img.shields.io/github/actions/workflow/status/kra-mo/cartridges/flatpak-builder.yml?branch=main&label=Build +[github-actions-image]: https://img.shields.io/github/actions/workflow/status/kra-mo/cartridges/flatpak-builder.yml?branch=main&label=build [prs-merged-url]: https://github.com/kra-mo/cartridges/pulls?q=is:pr+is:merged -[prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/kra-mo/cartridges.svg?label=Merged+PRs&color=green +[prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/kra-mo/cartridges.svg?label=merged+PRs&color=green [contributors-url]: https://github.com/kra-mo/cartridges/graphs/contributors -[contributors-image]: https://img.shields.io/github/contributors-anon/kra-mo/cartridges.svg?label=Contributors +[contributors-image]: https://img.shields.io/github/contributors-anon/kra-mo/cartridges.svg [license-url]: https://github.com/kra-mo/cartridges/blob/main/LICENSE -[license-image]: https://img.shields.io/github/license/kra-mo/cartridges?label=License +[license-image]: https://img.shields.io/github/license/kra-mo/cartridges [code-style-url]: https://github.com/psf/black [code-style-image]: https://img.shields.io/badge/code%20style-black-000000?style=flat [weblate-url]: https://hosted.weblate.org/projects/cartridges/cartridges From cef5170c51be1f82b33b84f3261387bb48d5b096 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 17 Mar 2023 20:55:30 +0530 Subject: [PATCH 3/3] README: remove redundant contributors badge --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b1cdd9d..41dacc5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ [![Build status][github-actions-image]][github-actions-url] [![Translation Status][weblate-image]][weblate-url] [![Merged PRs][prs-merged-image]][prs-merged-url] -[![GitHub contributors][contributors-image]][contributors-url] [![License][license-image]][license-url] [![Code style][code-style-image]][code-style-url] @@ -16,8 +15,6 @@ [github-actions-image]: https://img.shields.io/github/actions/workflow/status/kra-mo/cartridges/flatpak-builder.yml?branch=main&label=build [prs-merged-url]: https://github.com/kra-mo/cartridges/pulls?q=is:pr+is:merged [prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/kra-mo/cartridges.svg?label=merged+PRs&color=green -[contributors-url]: https://github.com/kra-mo/cartridges/graphs/contributors -[contributors-image]: https://img.shields.io/github/contributors-anon/kra-mo/cartridges.svg [license-url]: https://github.com/kra-mo/cartridges/blob/main/LICENSE [license-image]: https://img.shields.io/github/license/kra-mo/cartridges [code-style-url]: https://github.com/psf/black