From 6dfc062f365ce9840814b162d863bf8ebc30d976 Mon Sep 17 00:00:00 2001 From: Jan Ouwens Date: Thu, 28 Mar 2024 16:33:32 +0100 Subject: [PATCH] Adds line about fields to submit-an-issue --- docs/_pages/submit-an-issue.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_pages/submit-an-issue.md b/docs/_pages/submit-an-issue.md index 9c5cc908f..ebbf1df60 100644 --- a/docs/_pages/submit-an-issue.md +++ b/docs/_pages/submit-an-issue.md @@ -26,6 +26,7 @@ Ideally, I would like to be able to copy/paste your reproducer directly from the However! I also need the reproduction to be _minimal_. That means that it contains the least amount of code necessary to trigger the issue. The less code you give me, the quicker I'll be able to find your problem. That means: +- try to eliminate fields that don't directly contribute to the issue; - try to eliminate any third-party dependencies. If you can't, specify which one you need, including its version number; - try to eliminate any annotations you might have on your class, like Lombok, Spring, JPA/Hibernate, etc.; - try to eliminate classes that the class under test depends on (i.e., superclasses, fields, inner classes, etc.);