Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 626 Bytes

Contributing

We love pull requests. For new features, consider opening an issue to discuss the idea first. When you're ready to open a pull requset, here's a quick guide.

Fork, then clone:

git clone git@github.com:your-username/datadog-lambda-java.git

Make your change, update tests and ensure the tests pass (install Docker if you haven't):

./gradlew test

Push to your fork and submit a pull request.

At this point you're waiting on us. We may suggest some changes or improvements or alternatives.