Contributions are welcome and they are greatly appreciated! Every little bit helps, and credit will always be given.
Below you’ll find our contributing requirements, a step-by-step guideline, and our features roadmap.
-
Search previous issues before making new ones to avoid duplicates.
-
If you are reporting a bug, please include:
-
Your operating system name and version.
-
Any details about your local setup that might be helpful in troubleshooting.
-
Detailed steps to reproduce the bug.
-
-
If you are proposing a feature:
-
Explain in detail how it would work.
-
Keep the scope as narrow as possible, to make it easier to implement.
-
Remember that this is a volunteer-driven project, and that contributions are welcome.
-
-
File an issue to let us know what you’re working on.
-
Fork the repo, develop and test your code changes, and add supporting documentation.
-
Use descriptive comments throughout your code.
-
Add test cases and comment them.
-
Use descriptive commit messages that clearly explain the changes. Reference the original issue in the pull request.
-
Make an individual pull request for each issue.
Clone the repository:
-
$ git clone https://github.com/modzy/sdk-java.git
Install dependencies:
-
$ mvn compile -DskipTests=true
Create a branch for your awesome new feature:
-
$ git checkout -b my-new-awesome-feature
Configure the environment variables to easily run all the tests with a single configuration point.
You can:
-
Wider API coverage (custom models, accounting, audit, etc).
-
[Maybe] Add retry logic for possibly transient issues.
-
Fetch model list errors.
Use GitHub to report bugs and send feature requests.
Reach out to https://www.modzy.com/support/ for support requests.