? To contribute, fork the repo, make changes, and submit a pull request. Maven should be installed on your machine.
1️⃣ Fork a copy of the project and clone the project to a local workspace directory
2️⃣ Open Intellij and Open..., select the project folder
3️⃣ In the Maven view, click 'Execute Maven Goal' and run 'mvn test' to run the unit tests
4️⃣ Commit changes to your fork of the project and submit a pull request
1️⃣ Fork a copy of the project and clone the project into your workspace
2️⃣ Open Eclipse in your workspace. Select File > Import Project from Folder..., select the folder, click Next, Next
3️⃣ Select Project > Properties > Java Compiler, configure the build path to use the 1.8 compiler.
4️⃣ Right-click the project, select Java Build Path, change to use JDK8 in the Library tab and click OK
5️⃣ To run the Maven project, select Run > Run As > Maven Build... and type 'clean install' into Goals field
6️⃣ Commit changes to your fork of the project
7️⃣ The .gitignore file should ignore /bin, /target, .settings, .project, .classpath when committing
8️⃣ Once you commit changes to your fork, submit a pull request
1️⃣ Fork a copy of the project and clone the project to a local workspace directory
2️⃣ Open Netbeans. Select File > Open project..., select the project folder
3️⃣ Select Run > Test Project. NetBeans handles Maven and will run the tests
4️⃣ Commit changes to your fork of the project
5️⃣ The .gitignore file should ignore nbactions.xml, /target/ when committing
6️⃣ Once you have made changes to your fork, submit a pull request