From 79249307c247ce2d5924b8894a75e0a0979241f9 Mon Sep 17 00:00:00 2001 From: wesley chun Date: Thu, 12 Dec 2024 14:58:06 -0800 Subject: [PATCH] added Beta badge, hyperlinked test/build badge --- README-template.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README-template.md b/README-template.md index 9e69a47..7f0dddf 100644 --- a/README-template.md +++ b/README-template.md @@ -5,13 +5,15 @@ -![Alpha release](https://img.shields.io/badge/release-alpha-orange) - +![Alpha](https://img.shields.io/badge/release-alpha-orange) +![Beta](https://img.shields.io/badge/stability-beta-yellow) + +![GitHub Release](https://img.shields.io/github/v/release/googlemaps/.github) ![Release](https://github.com/googlemaps/REPO/workflows/Release/badge.svg) ![Stable](https://img.shields.io/badge/stability-stable-green) -![Tests/Build Status](https://github.com/googlemaps/REPO/actions/workflows/test.yml/badge.svg) +[![Tests/Build Status](https://github.com/googlemaps/REPO/actions/workflows/test.yml/badge.svg)](https://github.com/googlemaps/REPO/actions/workflows/test.yml)