diff --git a/README.md b/README.md index a00e890..7ca7d24 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,13 @@ At this point you can copy the staging/client or staging/server folders to any e # Testing Running the gradle test task, or the buildwrapper will run all junit tests. Currently that includes a test of certificate based authentication (Mutual TLS), tests for the thread safe process control module, and tests ensuring that only one connection can access a processes information at a time. + +# Contributing +Many issues are marked great-first-issue for the sake of first time contributors. +If you are a more experienced contributor I encourage you to start on a different issue. + +### Code Standards +Java contributions will be held to the following standard +https://www.oracle.com/technetwork/java/codeconvtoc-136057.html + +Scala contributions are welcome as well, it is on the roadmap to refactor all this code to Scala.