From 717157aab296d55c7f5bfddf5786fe75bc6f3188 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Sat, 16 Dec 2023 16:53:23 +0100 Subject: [PATCH] Add badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8214e1..442bbd25 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ ## Rewrite Templating - Support before/after templating as seen in Google Refaster. +[![ci](https://github.com/openrewrite/rewrite-templating/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite-templating/actions/workflows/ci.yml) +[![Apache 2.0](https://img.shields.io/github/license/openrewrite/rewrite-templating.svg)](https://www.apache.org/licenses/LICENSE-2.0) +[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.openrewrite.org/scans) +[![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-informational)](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md) + ### Input Allows you to defined one or more `@BeforeTemplate` annotated methods and a single `@AfterTemplate` method.