Parser for DynamicForm.
There are a few ways you can contribute to DynamicForm. The first is filling issue reports, which is a great help. The second way you can contribute is by submitting code. We accept most contributions which do not break backwards compatability. Before your code will be accepted please sign our CLA.
- Git clone the project
- Generate eclipse files with
gradlew eclipse
- Import project
- Right click on the project
- Add gradle nature
- Git clone the project
- Generate intellij files with
gradlew idea
- Import project