From c395dfe70764cd5303eebb4c77016ab94647eaf3 Mon Sep 17 00:00:00 2001 From: Saqib Malik Date: Sun, 22 Sep 2024 05:42:44 +0500 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d3f2cbe3e..76ce7b732 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,26 @@ This is the code repository for **App Center** ## Get involved This is an [open source](LICENSE) project and we warmly welcome community contributions, suggestions, and constructive feedback. If you're interested in contributing, please take a look at our [Contribution guidelines](CONTRIBUTING.md) first. +# Welcome to App Center + +[actions-image]: https://github.com/ubuntu/app-center/actions/workflows/ci.yaml/badge.svg +[actions-url]: https://github.com/ubuntu/app-center/actions/workflows/ci.yaml + +[license-image]: https://img.shields.io/badge/License-GPL3.0-blue.svg + +[codecov-image]: https://codecov.io/gh/ubuntu/app-center/graph/badge.svg?token=E7rXg31KRk +[codecov-url]: https://codecov.io/gh/ubuntu/app-center + +[weblate-image]: https://hosted.weblate.org/widget/ubuntu-desktop-translations/app-center/svg-badge.svg +[weblate-url]: https://hosted.weblate.org/projects/ubuntu-desktop-translations/app-center/ + +[![Code quality][actions-image]][actions-url] +[![License][license-image]](LICENSE) +[![Code coverage][codecov-image]][codecov-url] +[![Translation status][weblate-image]][weblate-url] + +This is the code repository for **App Center** + +## Get involved + +App Center is an open-source project, and we welcome community contributions, suggestions, and constructive feedback. If you're interested in contributing, please take a look at our Contribution guidelines first.