From 7fff659a173b90b7ba22ce29d6f22d949c8d05be 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 000000000..f00759146 --- /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].