From 4c7c70384611832b28d22ff6b6ac07cd95613285 Mon Sep 17 00:00:00 2001 From: Aidan Hahn Date: Sat, 1 Jun 2019 12:28:00 -0700 Subject: [PATCH] better readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.