Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 529 Bytes

File metadata and controls

21 lines (13 loc) · 529 Bytes

Contributing

We love pull requests. Here's a quick guide.

Fork, then clone:

git clone [email protected]:your-username/datadog-lambda-python.git

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

./scripts/run_tests.sh

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.