We love pull requests. Here's a quick guide.
- Fork, clone and branch off
main
:git clone [email protected]:<your-username>/datadog-cdk-constructs.git git checkout -b <my-branch>
- Install the repositories dependencies,
yarn install
. - Make your changes.
- Test your changes using CDK commands such as
cdk synth
,cdk diff
, andcdk deploy
- Ensure the unit tests pass:
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.