Skip to content

Commit

Permalink
Adds line about fields to submit-an-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Mar 28, 2024
1 parent 7307f34 commit 6dfc062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_pages/submit-an-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.);
Expand Down

0 comments on commit 6dfc062

Please sign in to comment.