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 3
3
4
4
Ordered roughly in priority:
5
5
6
- - Write Contributing guide
6
+ - Write Readme
7
7
- Add GH topics/description
8
8
- Test command line tool
9
9
- Make website tool prettier
You can’t perform that action at this time.
0 commit comments