Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

25 lines (22 loc) · 1.29 KB

Contributing Guide

Please make use of these recommendations to ensure your PR gets accepted fast.

  • Adhere to the Standard Module Structure
  • Make integration test using the Module Testing Experiment
  • For developing complex output, you use Command: console to ensure you get what you expect.
  • Please update the README using terraform-docs CLI, just run terraform-docs . in the root of the project. A Terraform Docs configuration file is provided to facilitate running the command in an automated fashion.
  • DO NOT edit the CHANGELOG.md, that is updated automatically.
  • Should you have questions
    1. Search for an existing issue or discussion, then reply there.
    2. Otherwise, open an issue/discussion to ask. Paste a link to any code you may have.
  • Only make a PR when you're ready to merge.
  • We do not share out the secrets, so you'll have to add them to your own forks environment and run in your own Org.