Skip to content

Commit 81cf10f

Browse files
committed
Update contribution file
Signed-off-by: l-1sqared <[email protected]>
1 parent 6152d50 commit 81cf10f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ If you want to contribute code or documentation please follow the following work
1616
1. Fork the project
1717
2. Create a new feature branch with your contribution (not needed for documentation improvements)
1818
3. Implement your great new feature or bug fix
19-
4. Create a pull request
19+
4. Provide a DCO for your contribution
20+
5. Create a pull request
2021

2122
## System Requirements
2223

23-
* JDK 8 (`JAVA_HOME` and `PATH` should be set accordingly)
24-
- Note that JGiven is built and compatible with Java 7, however, because of some test libraries, Java 8 is required for executing the tests in the `jgiven-tests` project
24+
* JDK 11 (`JAVA_HOME` and `PATH` should be set accordingly)
2525
* Gradle (is automatically downloaded by the `gradlew` script)
26+
* Android SDK if you want to build the `jgiven-android module`
27+
- Setting `ANDROID_SDK_ROOT` and `ANDROID=true` env variables is required
2628

2729
## Building and Testing JGiven
2830

@@ -35,4 +37,4 @@ After you have cloned the Git repository execute the following command to build
3537
## Code Formatting
3638

3739
Please follow the code format of existing code. Do never reformat a file!
38-
You can ensure the correct code formatting by using the provided Eclipse formatter `develop/eclipse-formatter.xml`.
40+
You can ensure the correct code formatting by using the provided checkstyle formatting file ./checkstyle.xml

0 commit comments

Comments
 (0)