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, clone and branch off:
git clone git@github.com:<your-username>/datadog-lambda-go.git git checkout -b <my-branch>
- Make your changes, update tests and ensure the tests pass:
go test ./...
- Build and test your own serverless application with your modified version of
datadog-lambda-go
. - 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.