Skip to content

Commit

Permalink
add requirement of cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBettati committed Feb 1, 2024
1 parent 121d9f5 commit f31b6dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ After the above 2 steps are completed and we've agreed on a path forward:
4. Commit and push your changes to your branch then submit a pull request against the current release branch, not master. The naming scheme of the branch is `release-staging-v#.#.#`. **Note**: There will only be one release branch at a time.
5. A repo maintainer will review the your pull request, and may either request additional changes or merge the pull request.

## Requirements

- Resources configurations, specifcally `.rpdk-config` and `Makefile` build commands, are compatible with cloudformation-cli (`cfn`) versions 0.2.34 and above.

## Testing
We have a `/test/README.md` for every resource in `cfn-resources`. You will also find [TESTING.md](./TESTING.md) which provides testing practices common to all resources. Please follow below guidelines for testing to ensure quality:

Expand Down

0 comments on commit f31b6dd

Please sign in to comment.