From 9771b9c1d676988a255b44bb12757aee2144fe6e Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Wed, 5 Apr 2023 08:07:27 +0200 Subject: [PATCH] clarify PR submission --- CONTRIBUTING.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 7fbe06192..94b26e249 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1,6 +1,9 @@ = Spring Data contribution guidelines You find the contribution guidelines for Spring Data projects https://github.com/spring-projects/spring-data-build/blob/main/CONTRIBUTING.adoc[here]. +**Please read these carefully!** + +Do not submit a Pull Request before having created an issue and having discussed it. This prevents you from doing work that might be rejected. == Running the test locally