We love pull requests. Here's a quick guide.
Please refer to the README.md for information about the structure of this repo (note that this repo supports our packages datadog-cdk-constructs and datadog-cdk-constructs-v2)
- Fork, clone and branch off
main:git clone [email protected]:<your-username>/datadog-cdk-constructs.git git checkout -b <my-branch>
- Install dependencies with
yarn install. - Make your changes.
- Run unit tests with
yarn test. - Manually test your changes using CDK commands such as
cdk synth,cdk diff, andcdk deploy.- Please see the README.md for instructions on how to manually 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.