Skip to content

Latest commit

 

History

History
executable file
·
45 lines (29 loc) · 560 Bytes

File metadata and controls

executable file
·
45 lines (29 loc) · 560 Bytes

Contributing

Contributions are welcome!

Requires Java 11+

Fork Repository

Fork this repo on GitHub.

Clone Repository

git clone https://github.com/YOUR_USERNAME/deepgram-sagemaker-java.git
cd deepgram-sagemaker-java

Install Dependencies

./gradlew build

Run Tests

./gradlew test

Commit Changes

git add .
git commit -m "feat: your change description"

Push to Fork

git push origin main

Create Pull Request

Open a pull request from your fork to the main repository.