doc: add contributing and code of conduct guides (#190)

This commit is contained in:
Ryan Brink
2022-02-10 08:15:05 -05:00
committed by GitHub
parent 452ab4773f
commit 21928ba53a
4 changed files with 159 additions and 3 deletions

View File

@ -41,7 +41,7 @@ Library documentation lives alongside the source code, and is generated into a s
## Local Development
Kompendium should run locally right out of the box, no configuration necessary (assuming you have JDK 1.8+ installed).
Kompendium should run locally right out of the box, no configuration necessary (assuming you have JDK 11+ installed).
New features can be built locally and published to your local maven repository with the `./gradlew publishToMavenLocal`
command!