To build:
docker build -t namara-java-sdk .
To run:
docker run -it namara-java-sdk sh
Please create a ticket in the Issues page for this repo, or reach out to us directly (see Get in Touch).
Please see the Issues page for list of outstanding bugs. If you are looking to implement a feature outside of the list of bugs please create an Issue for the feature that you would like to implement.
Assign it to yourself or comment that you will be taking it over. Then:
- Fork this repo
- Clone your repo and check out a branch based off of development. The name of the branch should be
feature/<ticket number>
- Implement your feature. Ensure that
- You have updated/incremented the version in
Dockerfile
andpom.xml
- Tests are passing and the
.jar
file compiles - You have added javadoc and regenerated the html files
- You have updated/incremented the version in
- Check out our sample application.
Pull your compiled
namara-<version>.jar
file into a sample and verify that it works. If you would like to update the sample application to include your new feature or fix, feel free to create a PR in that repo. - Open a pull request from your fork to our repo on the development branch.
- Title:
feature/<ticket number> <General summary of work done>
- Description:
Fixes #<ticket number>. <Additional details of work>
- Title:
Please reach out to us at anytime at support@namara.io