From 9b5b6f9d862b37d0eb5665790d2fcd1bd3c79f16 Mon Sep 17 00:00:00 2001 From: Danial Manavi Date: Wed, 19 Aug 2026 10:18:09 -0700 Subject: [PATCH] docs: add a GitHub badge as the first badge in the README Links straight to the repository, ahead of the CI/coverage/Packagist/ Docker/PHP/license badges that already follow it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a83e5b..6527570 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ddns +[![GitHub](https://img.shields.io/badge/GitHub-DManavi%2Fddns-181717?logo=github&logoColor=white)](https://github.com/DManavi/ddns) [![CI](https://github.com/DManavi/ddns/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DManavi/ddns/actions/workflows/ci.yml) [![Coverage](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FDManavi%2Fddns%2Fmain%2F.github%2Fbadges%2Fcoverage.json)](https://github.com/DManavi/ddns/actions/workflows/ci.yml) [![Packagist Version](https://img.shields.io/packagist/v/dmanavi/ddns?label=packagist)](https://packagist.org/packages/dmanavi/ddns)