Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.26 KB

DynamicFormParser

build codecov License CLA assistant

Parser for DynamicForm.

Contributing

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.

Development

Eclipse

  1. Git clone the project
  2. Generate eclipse files with gradlew eclipse
  3. Import project
  4. Right click on the project
  5. Add gradle nature

Intellij

  1. Git clone the project
  2. Generate intellij files with gradlew idea
  3. Import project