better readme

This commit is contained in:
Aidan Hahn 2019-06-01 12:28:00 -07:00
parent 1f0360b6ed
commit 4c7c703846
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -48,3 +48,13 @@ At this point you can copy the staging/client or staging/server folders to any e
# Testing # Testing
Running the gradle test task, or the buildwrapper will run all junit tests. 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. 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.