Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.18 KB

Contributing to Rico

As an open source project, Rico welcomes contributions of many forms.

Bug reporting

Please use the issue tracker on GitHub.

Please make sure to check these notes whenever you create an issue for Rico:

  • If you are not using the latest version of Rico please add the used version in the description
  • Please give us some information about the server infrastructure that you are using. Examples: Spring Boot 1.2.2 or JBOSS 6.4 EAP
  • In case of an error / bug it's always helpful to add the error log from the client and server application

Patches submission

Patches are welcome as pull requests on GitHub

Local Development Setup

The entire Rico build and tests can be run with the following command:

./gradlew clean verify

If you are using an IDE and want to be able to run tests within it you need to configure the following JVM argument:

-Djdk.attach.allowAttachSelf

For IntelliJ this can be done in the Run/Debug Configuration templates. IntelliJ Run/Debug Configuration