Author: britter
Date: Sat Oct 3 12:17:53 2015
New Revision: 1706560
URL: http://svn.apache.org/viewvc?rev=1706560&view=rev
Log:
Add github badges to README.md instead of CONTRIBUTING.md
Modified:
commons/proper/csv/trunk/CONTRIBUTING.md
commons/proper/csv/trunk/README.md
Modified: commons/proper/csv/trunk/CONTRIBUTING.md
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/CONTRIBUTING.md?rev=1706560&r1=1706559&r2=1706560&view=diff
==============================================================================
--- commons/proper/csv/trunk/CONTRIBUTING.md (original)
+++ commons/proper/csv/trunk/CONTRIBUTING.md Sat Oct 3 12:17:53 2015
@@ -41,9 +41,6 @@
Contributing to Apache Commons CSV
======================
-[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
-[](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.
Modified: commons/proper/csv/trunk/README.md
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/README.md?rev=1706560&r1=1706559&r2=1706560&view=diff
==============================================================================
--- commons/proper/csv/trunk/README.md (original)
+++ commons/proper/csv/trunk/README.md Sat Oct 3 12:17:53 2015
@@ -43,6 +43,9 @@
Apache Commons CSV
===================
+[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
+[](http://www.apache.org/licenses/LICENSE-2.0.html)
+
The Apache Commons CSV library provides a simple interface for reading and
writing
CSV files of various types.