From e5642375511e8b80e17d13e7bdcfbf31fa34f182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Vin=C3=ADcius=20da=20Silva?= Date: Sun, 6 Oct 2019 15:23:25 -0300 Subject: [PATCH] Create CONTRIBUTING.adoc The CONTRIBUTING.adoc link is broken as the file is missing on this repository. I used the same pattern I found on spring-data-commons. --- 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 0000000000..f007591467 --- /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].