This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-providertype-bnd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1559832  Add badges and .asf.yaml
1559832 is described below

commit 15598324472281f029e7711ab52dcc5467d2510f
Author: Konrad Windszus <k...@apache.org>
AuthorDate: Tue Dec 5 17:22:44 2023 +0100

    Add badges and .asf.yaml
---
 .asf.yaml | 12 ++++++++++++
 readme.md |  8 ++++++++
 2 files changed, 20 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..4784e38
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,12 @@
+github:
+  description: "Apache Sling Provider Type Checker Bnd Plugin"
+  autolink_jira:
+  - "SLING"
+  - "OAK"
+  - "JCR"
+  - "JCRVLT"
+  - "INFRA"
+  - "FELIX"
+  - "MNG"
+notifications:
+  jira_options: "link"
diff --git a/readme.md b/readme.md
index 0ee5dca..a632635 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,13 @@
 [![Apache 
Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)
 
+[![Build 
Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-providertype-bnd-plugin/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-providertype-bnd-plugin/job/master/)
+[![Test 
Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-providertype-bnd-plugin/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-providertype-bnd-plugin/job/master/test/?width=800&height=600)
+[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-providertype-bnd-plugin&metric=coverage)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-rewriter)
+[![Sonarcloud 
Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-rewriter&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-providertype-bnd-plugin)
+[![JavaDoc](https://www.javadoc.io/badge/org.apache.sling//sling-org-apache-sling-providertype-bnd-plugin.svg)](https://www.javadoc.io/doc/org.apache.sling//sling-org-apache-sling-providertype-bnd-plugin)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sling/sling-org-apache-sling-providertype-bnd-plugin/badge.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-org-apache-sling-providertype-bnd-plugin%22)
+[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+
 # Apache Sling Provider Type Checker Bnd Plugin
 
 This module contains a [Bnd plugin][bnd-plugins] enforcing that no class of 
the current bundle extends or implements a [provider type][provider-type]. Note 
that *using* a provider type (i.e. calling its methods without implementing or 
extending it) is still allowed (even for consumers).

Reply via email to