File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ Contributions are very welcome! It's worth searching
4+ [ open issues] ( https://github.com/fractalwrench/json-2-kotlin/issues ) first to ensure that
5+ someone else isn't working on the problem.
6+
7+ If you plan on adding substantial new functionality, please open an issue first for discussion.
8+
9+ If you're interested in adding another option for source code generation, then the SourceBuildDelegate interface
10+ should get you started with API hooks. You can add JSON input files and expected Kotlin output under
11+ ` test/resources/valid ` - the parameterised test suite should automatically run these cases if they follow the
12+ naming conventions.
Original file line number Diff line number Diff line change 1+ # Json2Kotlin
2+
3+ Documentation under construction 🔨
Original file line number Diff line number Diff line change 33
44Ordered roughly in priority:
55
6- - Write Contributing guide
6+ - Write Readme
77- Add GH topics/description
88- Test command line tool
99- Make website tool prettier
You can’t perform that action at this time.
0 commit comments