From 69f21a2bb39628ff2e41f82a92b1736f96429db7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 23 May 2016 17:14:46 +0200 Subject: [PATCH] #56 - Added contribution guidelines document. --- CONTRIBUTING.adoc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.adoc diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc new file mode 100644 index 0000000..f007591 --- /dev/null +++ b/CONTRIBUTING.adoc @@ -0,0 +1,3 @@ += Spring Data contribution guidelines + +You find the contribution guidelines for Spring Data projects https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc[here].