Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 764 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 764 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.

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