Skip to content

Commit b6dd5d4

Browse files
committed
add md files
1 parent 2cbcfdf commit b6dd5d4

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Json2Kotlin
2+
3+
Documentation under construction 🔨

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Ordered 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

0 commit comments

Comments
 (0)