Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 559 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 559 Bytes

Contributing

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

Fork, then clone:

git clone [email protected]:your-username/datadog-cloudformation-macro.git

Make your change, update tests and ensure the tests pass.

For the Datadog Serverless Macro:

cd serverless
yarn install
yarn 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.