Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 941 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 941 Bytes

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project

  2. Setup the environment.
    This project uses vscode devcontainer to provide a completly configured development environment. If you are using vscode and have the remote container extension installed, you should be asked to use the devcontainer when you open this project inside of vscode.

    If you are not using devcontainers then you will need to have terraform, pre-commit, terraform-docs, tflint, tfsec and checkov installed.

    Most of the steps can be found in the Dockerfile.

  3. Create your Feature Branch (git checkout -b amazing_feature)

  4. Commit your Changes (git commit -m 'Added something amazing!')

  5. Push your changes (git push origin amazing_feature)

  6. Open a Pull Request