From c20cd95c1c4fc17fd9993dcb45a690b1f18bc9fa Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 3 Oct 2015 10:56:55 +0000 Subject: [PATCH] Add badges for github. Further more this closes #2 from github because it has already been fixed in revision 1602206. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1706543 13f79535-47bb-0310-9956-ffa450edef68 --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 121e39f7..4ce442f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,6 +41,9 @@ Contributing to Apache Commons CSV ====================== +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/) +[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) + You have found a bug or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.