From d75c7d885a7d0b0993c5439b3c80a0a1461da31d 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] DATAJDBC-434 - Added CONTRIBUTING.adoc. The link to CONTRIBUTING.adoc link was broken as the file was missing on this repository. Added based on the pattern found in spring-data-commons. Original pull request: #174. --- 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 00000000..f0075914 --- /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].