You need to have Maven and a JDK (at least version 1.5) installed.
Run ./mvnw verify to build the code and run the tests
Maven can generate project files for Eclipse. See these instructions for details.
See CODING_STYLE.txt for how we format our code.
We love pull requests. Here is a quick guide:
main../mvnw verify.CODING_STYLE file manually. Only format the code you've changed; reformatting unrelated code makes it harder for us to review your changes../mvnw verify again and ensure all tests are passing.Now you are waiting on us. We review your pull request and at least leave some comments.
Note that if you are thinking of providing a fix for one of the bugs or feature requests, it‘s usually a good idea to add a comment to the bug to make sure that there’s agreement on how we should proceed.
The JUnit team is not accepting changes to the code under the following paths:
src/main/java/junittest/java/junit/tests/frameworktest/java/junit/tests/extensionsThe reasoning is that the JUnit team feels that our users should focus on using either the JUnit4 or JUnit5 APIs.
The team is also reluctant to accept changes that only update code from one code style to another. Generally the code in JUnit was approved by at least one person, so two people agreed that the style was reasonable.
To find other places where you can have an impact, please see the Issues tagged “up-for-grabs”.