Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 702 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 702 Bytes

Contributing

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

  1. Fork, clone and branch off main:
    git clone [email protected]:<your-username>/datadog-cdk-constructs.git
    git checkout -b <my-branch>
  2. Install the repositories dependencies, yarn install.
  3. Make your changes.
  4. Test your changes using CDK commands such as cdk synth, cdk diff, and cdk deploy
  5. Ensure the unit tests pass:
    yarn test
  6. 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.