better readme
This commit is contained in:
parent
1f0360b6ed
commit
4c7c703846
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue