Skip to content

Commit 966db24

Browse files
committed
Make request for a reproducer more explicite.
1 parent 208a338 commit 966db24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ If you have a general usage question, please ask on https://stackoverflow.com[St
1818
The Spring Data team and the broader community monitor the https://stackoverflow.com/tags/spring-data[`spring-data`] tag.
1919

2020
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible.
21-
Ideally, that would include a small sample project that reproduces the problem.
21+
For non-trivial bugs provide a [Minimimal Reproducable Example](https://stackoverflow.com/help/minimal-reproducible-example), preferable as a Github repository. Make sure to include the database, either as an in memory database or if that is not possible using [Testcontainers](https://www.testcontainers.org/).
22+
The preferred build tool is Maven.
23+
The preferred language is Java.
2224

2325
== Reporting Security Vulnerabilities
2426

0 commit comments

Comments
 (0)